diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-19 11:22:54 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-19 11:22:54 +0000 |
commit | 32c75049b6b198cbb6cb038977a840353976dd9e (patch) | |
tree | 8a2a518b7665db8f10c90d6ba7f97ec8d346fb78 | |
parent | 3bcbbe18f9a60c0743c30d391c7878034e4b1274 (diff) | |
download | s6-32c75049b6b198cbb6cb038977a840353976dd9e.tar.xz |
add -f to the final shutdown command in the examples
-rwxr-xr-x | examples/ROOT/etc/s6-init/init-stage3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ROOT/etc/s6-init/init-stage3 b/examples/ROOT/etc/s6-init/init-stage3 index ff28372..7ea5639 100755 --- 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 |