From 32c75049b6b198cbb6cb038977a840353976dd9e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 19 Mar 2016 11:22:54 +0000 Subject: add -f to the final shutdown command in the examples --- examples/ROOT/etc/s6-init/init-stage3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/ROOT/etc') 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 -- cgit v1.2.3