aboutsummaryrefslogtreecommitdiff
path: root/rc.single
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2004-11-30 07:33:19 +0000
committerJudd Vinet <judd@archlinux.org>2004-11-30 07:33:19 +0000
commit45d3c546ee36b28c6808fb4330669b1c23437c26 (patch)
tree3334267d8aae9d95eac180a9a8e6a04c96ef4cbc /rc.single
parent4c1c59be80c29f73655913ff139717268ff1f50f (diff)
downloadinitscripts-45d3c546ee36b28c6808fb4330669b1c23437c26.tar.xz
fixed the missing /dev/initctl problem with udev in runlevel 1
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