s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit e8fc7081e6195bd51b61eca25fca7bfd3e771f2f
parent 803eb463a54c54bb623176573c51f382f52ee9a9
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Tue, 27 Jun 2023 08:35:43 +0000

 systemd unit example fix

Signed-off-by: Laurent Bercot <ska@appnovation.com>

Diffstat:
Mdoc/s6-svscan-not-1.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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>