~ruther/guix-local

3f4438741615aa1a1198f9415be8bd110138d83e — Ludovic Courtès 1 year, 3 months ago a65860c
services: nginx: ‘stop’ method returns #f.

* gnu/services/web.scm (nginx-shepherd-service)[nginx-action]: Return #f
for ‘stop’.

Change-Id: I85290b5297f71a1dbfcd17b864d672d38c986d9b
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/services/web.scm
M gnu/services/web.scm => gnu/services/web.scm +1 -0
@@ 882,6 882,7 @@ of index files."
             #~(lambda _
                 (invoke #$nginx-binary "-c" #$config-file #$@args)
                 (match '#$args
                   (("-s" "stop") #f)
                   (("-s" . _) #t)
                   (_
                    ;; When FILE is true, we cannot be sure that PID-FILE will