s6

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

commit 32c75049b6b198cbb6cb038977a840353976dd9e
parent 3bcbbe18f9a60c0743c30d391c7878034e4b1274
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Sat, 19 Mar 2016 11:22:54 +0000

 add -f to the final shutdown command in the examples

Diffstat:
Mexamples/ROOT/etc/s6-init/init-stage3 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/ROOT/etc/s6-init/init-stage3 b/examples/ROOT/etc/s6-init/init-stage3 @@ -43,4 +43,4 @@ foreground { s6-echo "Unmounting disks." } # Reboot, halt or poweroff the machine, depending on the parameter # that was given to the script. foreground { s6-echo "\nPerforming "${1}"." } -s6-${1} +s6-${1} -f