aboutsummaryrefslogtreecommitdiff
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 e8b6f08..f986a2a 100755
--- a/rc.single
+++ b/rc.single
@@ -51,7 +51,7 @@ if [ "$PREVLEVEL" != "N" ]; then
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 trigger --action=add
stat_done
fi