summaryrefslogtreecommitdiff
path: root/units/systemd-udev-settle.service.in
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2013-03-11 07:17:39 +0100
committerMichael Biebl <biebl@debian.org>2013-03-11 07:18:33 +0100
commitf432bb914499e2c28b43f592bb273f0a8664f352 (patch)
tree055b0840d30817c7c2842f835c7ee3de6cff6028 /units/systemd-udev-settle.service.in
parent0876dc1c26b123c3f955e0a34da6ab0375786cea (diff)
Move udevadm to rootbindir
The udevadm utility is needed during early boot, so move it to rootbindir to support split-/usr configurations.
Diffstat (limited to 'units/systemd-udev-settle.service.in')
-rw-r--r--units/systemd-udev-settle.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-udev-settle.service.in b/units/systemd-udev-settle.service.in
index b631949648..8070559c18 100644
--- a/units/systemd-udev-settle.service.in
+++ b/units/systemd-udev-settle.service.in
@@ -27,4 +27,4 @@ ConditionCapability=CAP_MKNOD
Type=oneshot
TimeoutSec=180
RemainAfterExit=yes
-ExecStart=@bindir@/udevadm settle
+ExecStart=@rootbindir@/udevadm settle