summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-03-19 11:22:54 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-03-19 11:22:54 +0000
commit32c75049b6b198cbb6cb038977a840353976dd9e (patch)
tree8a2a518b7665db8f10c90d6ba7f97ec8d346fb78 /examples
parent3bcbbe18f9a60c0743c30d391c7878034e4b1274 (diff)
downloads6-32c75049b6b198cbb6cb038977a840353976dd9e.tar.xz
add -f to the final shutdown command in the examples
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/ROOT/etc/s6-init/init-stage32
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