diff --git a/image/my_init b/image/my_init index 1730715..50aa9e1 100755 --- a/image/my_init +++ b/image/my_init @@ -219,7 +219,7 @@ def run_startup_files(): def start_runit(): info("Booting runit daemon...") pid = os.spawnl(os.P_NOWAIT, "/usr/bin/runsvdir", "/usr/bin/runsvdir", - "-P", "/etc/service", "log: %s" % ('.' * 395)) + "-P", "/etc/service") info("Runit started as PID %d" % pid) return pid