From 3f4438741615aa1a1198f9415be8bd110138d83e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 17 Mar 2025 22:52:19 +0100 Subject: [PATCH] =?UTF-8?q?services:=20nginx:=20=E2=80=98stop=E2=80=99=20m?= =?UTF-8?q?ethod=20returns=20#f.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/services/web.scm (nginx-shepherd-service)[nginx-action]: Return #f for ‘stop’. Change-Id: I85290b5297f71a1dbfcd17b864d672d38c986d9b --- gnu/services/web.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/services/web.scm b/gnu/services/web.scm index 561d3f39c35b4b145831aa19707f738e693456ce..f8cf06fb486b2d9f359468c7f163ba61e9929add 100644 --- a/gnu/services/web.scm +++ b/gnu/services/web.scm @@ -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