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 2927932..f336ec4 100755
--- a/rc.single
+++ b/rc.single
@@ -52,7 +52,9 @@ if [ "$PREVLEVEL" != "N" ]; then
# Trigger udev uevents
if /bin/pidof -o %PPID /sbin/udevd >/dev/null; then
stat_busy "Triggering UDev uevents"
+ /sbin/udevadm control --property=STARTUP=1
/sbin/udevadm trigger
+ /sbin/udevadm control --property=STARTUP=
stat_done
fi