summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-06-27 08:35:43 +0000
committerLaurent Bercot <ska@appnovation.com>2023-06-27 08:35:43 +0000
commite8fc7081e6195bd51b61eca25fca7bfd3e771f2f (patch)
treef02935d3c29dc51b3f5c64b7c907db787790b224
parent803eb463a54c54bb623176573c51f382f52ee9a9 (diff)
downloads6-e8fc7081e6195bd51b61eca25fca7bfd3e771f2f.tar.xz
systemd unit example fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--doc/s6-svscan-not-1.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-svscan-not-1.html b/doc/s6-svscan-not-1.html
index 53a1c9c..2c28512 100644
--- a/doc/s6-svscan-not-1.html
+++ b/doc/s6-svscan-not-1.html
@@ -121,10 +121,10 @@ WantedBy=multi-user.target
[Service]
Type=simple
ExecStart=/command/s6-svscan /service
-ExecStop=/command/s6-svscanctl -t /service
ExecReload=/command/s6-svscanctl -an /service
Restart=always
RestartSec=1
+KillMode=mixed
</pre>
<p>