aboutsummaryrefslogtreecommitdiff
path: root/rc.single
diff options
context:
space:
mode:
Diffstat (limited to 'rc.single')
-rwxr-xr-xrc.single2
1 files changed, 2 insertions, 0 deletions
diff --git a/rc.single b/rc.single
index 748abaf..cd0a886 100755
--- a/rc.single
+++ b/rc.single
@@ -57,6 +57,8 @@ fi
if [ "$RUNLEVEL" = "1" ]; then
printsep
printhl "Entering single-user mode..."
+ # make sure /dev/initctl is in place
+ /bin/kill -HUP 1
exec /sbin/init -t1 S
fi