Re: s6-rc: dependencies across scandirs

2024-01-03 Thread Laurent Bercot
Hi, I would like to have some kind of dependency handling across multiple scandirs. For example an instanced service that starts and waits for a dependency before the first instace has been started. It's generally a bad idea to add, in a service's run script itself, conditions for your service

s6-rc: dependencies across scandirs

2024-01-02 Thread Sertonix
Hi, I would like to have some kind of dependency handling across multiple scandirs. For example an instanced service that starts and waits for a dependency before the first instace has been started. I think s6-svc -WU -u could do that to some extend. There would be problems though if the dependen