diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-06-27 08:35:43 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-06-27 08:35:43 +0000 |
commit | e8fc7081e6195bd51b61eca25fca7bfd3e771f2f (patch) | |
tree | f02935d3c29dc51b3f5c64b7c907db787790b224 /doc | |
parent | 803eb463a54c54bb623176573c51f382f52ee9a9 (diff) | |
download | s6-e8fc7081e6195bd51b61eca25fca7bfd3e771f2f.tar.xz |
systemd unit example fix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-svscan-not-1.html | 2 |
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> |