aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index 938e5f9..05d8f56 100644
--- a/functions
+++ b/functions
@@ -332,7 +332,7 @@ kill_all() {
udevd_modprobe() {
# $1 = where we are being called from.
# This is used to determine which hooks to run.
- status "Starting UDev Daemon" udevd --daemon
+ status "Starting UDev Daemon" /lib/udev/udevd --daemon
run_hook "$1_udevlaunched"