From 17c03cf8f0a6339d78ad8fb968ef3b999d658034 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 17 Jul 2017 13:31:20 +0000 Subject: Import /etc/rc.[init tini shutdown] examples from lh-bootstrap --- examples/rc.shutdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'examples/rc.shutdown') diff --git a/examples/rc.shutdown b/examples/rc.shutdown index 18c898b..04d7357 100755 --- a/examples/rc.shutdown +++ b/examples/rc.shutdown @@ -1,19 +1,20 @@ #!/bin/execlineb -S0 +foreground { s6-echo "Giving dying processes some grace time." } +foreground { s6-sleep 2 } foreground { s6-echo "Syncing disks." } foreground { s6-sync } foreground { s6-echo "Sending all processes the TERM signal." } foreground { s6-nuke -th } -s6-sleep 2 +foreground { s6-sleep 2 } foreground { s6-echo "Sending all processes the KILL signal." } foreground { s6-nuke -k } wait { } -foreground { s6-echo "Syncing disks." } +foreground { s6-echo "Syncing and unmounting disks." } foreground { s6-sync } -foreground { s6-echo "Unmounting disks." } foreground { s6-umount -a } -foreground { s6-mount -o ro,remount /dev/root / } +foreground { s6-mount -ro remount /dev/root / } foreground { s6-echo "\nPerforming "${1}"." } s6-${1} -f -- cgit v1.3.1