diff options
Diffstat (limited to '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 |