aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-05-29 20:42:58 +0200
committerTom Gundersen <teg@jklm.no>2012-05-29 20:42:58 +0200
commita20ce0e666b5c97080a880eee9d8301c3d48b177 (patch)
treec5b31881ae4de8fccb7f33868698ef1da37ec1a1 /functions
parentc92270d34def149ed74a3202b1ffed056c0151d0 (diff)
downloadinitscripts-a20ce0e666b5c97080a880eee9d8301c3d48b177.tar.xz
udev: fix path so systemd can drop a symlink
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index d62cc20..c498f8a 100644
--- a/functions
+++ b/functions
@@ -362,7 +362,7 @@ load_modules() {
udevd_modprobe() {
# $1 = where we are being called from.
# This is used to determine which hooks to run.
- status "Starting UDev Daemon" /usr/lib/udev/udevd --daemon
+ status "Starting UDev Daemon" /usr/lib/systemd/systemd-udevd --daemon
run_hook "$1_udevlaunched"