Re: timer support for s6 services

2021-02-10 Thread billa chaitanya
Thanks, I'll check it out. On Wed, Feb 10, 2021, 4:25 PM Laurent Bercot wrote: > >Is there a way to set a timer option on a particular service 'X', so that > >'X' gets restarted for every timer seconds ? > > You can achieve that with another service that just sleeps for > 'timer' seconds then

Re: timer support for s6 services

2021-02-10 Thread Laurent Bercot
Is there a way to set a timer option on a particular service 'X', so that 'X' gets restarted for every timer seconds ? You can achieve that with another service that just sleeps for 'timer' seconds then sends a s6-svc -r command to the service you want restarted. -- Laurent

timer support for s6 services

2021-02-10 Thread billa chaitanya
Hi Team, Is there a way to set a timer option on a particular service 'X', so that 'X' gets restarted for every timer seconds ? Thanks, Chaitanya