diff options
author | Tom Gundersen <teg@jklm.no> | 2012-05-29 20:42:58 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-05-29 20:42:58 +0200 |
commit | a20ce0e666b5c97080a880eee9d8301c3d48b177 (patch) | |
tree | c5b31881ae4de8fccb7f33868698ef1da37ec1a1 | |
parent | c92270d34def149ed74a3202b1ffed056c0151d0 (diff) |
udev: fix path so systemd can drop a symlink
Signed-off-by: Tom Gundersen <teg@jklm.no>
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |