Hi Ludo, > ‘read-pid-file’ in the Shepherd has a hard-coded default value of 5 > seconds. You can change it for each service, but there’s currently no > way to change the default value globally.
That's what I did: change it for each service. > The patch below adds a SRFI-39 parameter in the Shepherd that would > allow you to change the default PID file delay globally. That sounds useful. Beyond my immediate problem, it seems weird to hard-code a delay in the Shepherd source code. Konrad.