1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-11 03:35:56 +02:00
Files
guix/gnu/services
Daniel Littlewood fe89ae08c2 services: nginx: Fix ‘stop’ in cases where a custom config file is passed.
A previous commit (c7cb771cf4) fixed an issue with the nginx service to
ensure it can be stopped when started from a custom config file.
The stop command, which should have been `nginx -s stop`, was mistakenly
written as `nginx stop`, which means that `herd stop nginx` still fails
in the given case. This commit corrects that typo.

* gnu/services/web.scm (nginx-shepherd-service): In ‘stop’, correctly
  call “nginx -s stop” when ‘value’ is not a process.

Fixes: guix/guix#7061
Reported-by: Dan Littlewood
Change-Id: I3055fc24084d30da969afd508861d2423a396ced
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #8128
2026-04-24 22:16:01 +02:00
..
2025-12-03 14:38:09 +09:00
2026-03-19 07:37:06 +01:00
2026-04-23 09:46:11 +02:00
2025-12-03 14:38:09 +09:00
2026-01-06 22:00:50 +09:00
2026-03-07 22:28:01 +01:00
2026-03-09 23:17:24 +01:00
2026-03-29 08:59:52 -07:00
2025-09-21 19:20:19 +02:00
2026-01-27 11:46:03 +01:00