commit c2309c506adea89218e9d9588ec1a09a69fb4fbb parent e83966a851af4b6db23c2e477bf2ab398997ae3a Author: sin <sin@2f30.org> Date: Fri, 7 Feb 2014 13:04:04 +0000 Create sinit FIFO at the end of the boot process Diffstat:
M | bin/rc.svc | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/bin/rc.svc b/bin/rc.svc @@ -16,4 +16,7 @@ done echo Running rc.local [ -x /bin/rc.local ] && /bin/rc.local +# Force sinit to create /var/run/sinit.fifo +kill -SIGHUP 1 + while :; do getty 38400 tty1 linux; done &