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 sends a s6-svc -r command to the service you want > restarted. > > -- > Laurent > >