13804: Update comments for comments for "consecutive_idle_count"
[arvados.git] / tools / arvbox / lib / arvbox / docker / runit / ctrlaltdel
1 #!/bin/sh
2 exec 2>&1
3
4 PATH=/command:/sbin:/bin:/usr/sbin:/usr/bin
5
6 LAST=0
7 test -x /run/runit.reboot && LAST=6
8
9 echo 'Waiting for services to stop...'
10 sv -w196 force-stop $SVDIR/*
11 sv exit $SVDIR/*
12
13 echo 'Shutdown...'