EuAndreh via Guix-patches via writes: > In a new "reload" shepherd-action, send a SIGHUP to the NGINX master > process, so that it can re-read the configuration file and start new > worker processes. > > * gnu/services/web.scm (nginx-shepherd-service): Add the "reload" > shepherd-action > --- > gnu/services/web.scm | 15 +++++++++++++-- > 1 file changed, 13 insertions(+), 2 deletions(-) With the NGinx service currently, you need to restart it to change the NGinx binary or configuration file. What's the purpose of the reload action here given that neither the binary or configuration file being used will change? Thanks, Chris