diff --git a/image/bin/my_init b/image/bin/my_init index 164247e..3e2643b 100755 --- a/image/bin/my_init +++ b/image/bin/my_init @@ -303,7 +303,7 @@ def wait_for_runit_or_interrupt(pid): def shutdown_runit_services(quiet=False): if not quiet: debug("Begin shutting down runit services...") - os.system("/usr/bin/sv -w %d down /etc/service/* > /dev/null" % KILL_PROCESS_TIMEOUT) + os.system("/usr/bin/sv -w %d force-stop /etc/service/* > /dev/null" % KILL_PROCESS_TIMEOUT) def wait_for_runit_services():