summaryrefslogtreecommitdiff
path: root/rc.single
diff options
context:
space:
mode:
Diffstat (limited to 'rc.single')
-rwxr-xr-xrc.single2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.single b/rc.single
index f336ec4..15eb1e8 100755
--- a/rc.single
+++ b/rc.single
@@ -54,7 +54,6 @@ if [ "$PREVLEVEL" != "N" ]; then
stat_busy "Triggering UDev uevents"
/sbin/udevadm control --property=STARTUP=1
/sbin/udevadm trigger
- /sbin/udevadm control --property=STARTUP=
stat_done
fi
@@ -62,6 +61,7 @@ if [ "$PREVLEVEL" != "N" ]; then
if /bin/pidof -o %PPID /sbin/udevd >/dev/null; then
stat_busy "Waiting for UDev uevents to be processed"
/sbin/udevadm settle
+ /sbin/udevadm control --property=STARTUP=
stat_done
fi