1 Commits

Author SHA1 Message Date
8f195fc564 Actually run the sv exit command 2019-02-12 21:16:59 +07:00

View File

@@ -4,9 +4,11 @@ PATH=/usr/bin:/usr/sbin
. @RCLIBDIR@/functions
stat_busy "Stop services ..." sv force-stop @RUNDIR@/service/*
stat_busy "Stop services ..."
sv force-stop @RUNDIR@/service/*
stat_done
stat_busy "Exit services ..." sv exit @RUNDIR@/service/*
stat_busy "Exit services ..."
sv exit @RUNDIR@/service/*
stat_done
if [ -e @RUNDIR@/reboot ]; then