From f432bb914499e2c28b43f592bb273f0a8664f352 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 11 Mar 2013 07:17:39 +0100 Subject: Move udevadm to rootbindir The udevadm utility is needed during early boot, so move it to rootbindir to support split-/usr configurations. --- units/systemd-udev-settle.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/systemd-udev-settle.service.in') 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 -- cgit v1.2.3-54-g00ecf