summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Rodríguez <crrodriguez@opensuse.org>2013-04-14 21:16:49 -0300
committerRay Strode <rstrode@redhat.com>2013-04-16 08:48:05 -0400
commite83a754b91dd2b21604516d0c7b201ae14da46c3 (patch)
tree04e7d09227f6baf15c202a6ee3867759e8830ec3
parentde67b2d021f0f3cbc65feec5f7903bd4e94605dd (diff)
Lookup the location of udevadm
It is not always in /bin , but /usr/...
-rw-r--r--configure.ac1
-rw-r--r--systemd-units/plymouth-start.service.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b14bbd2e..bb0207d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,2 +47,3 @@ AC_SUBST(PLYMOUTH_LIBS)
AC_PATH_PROG([SYSTEMD_ASK_PASSWORD_AGENT], [systemd-tty-ask-password-agent])
+AC_PATH_PROG([UDEVADM], [udevadm])
diff --git a/systemd-units/plymouth-start.service.in b/systemd-units/plymouth-start.service.in
index 951e8d6d..50e32e32 100644
--- a/systemd-units/plymouth-start.service.in
+++ b/systemd-units/plymouth-start.service.in
@@ -10,3 +10,3 @@ ConditionKernelCommandLine=!plymouth.enable=0
ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=@plymouthruntimedir@/pid --attach-to-session
-ExecStartPost=-/bin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/drm/card0/dev ; /bin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth show-splash
+ExecStartPost=-@UDEVADM@ settle --timeout=30 --exit-if-exists=/sys/class/drm/card0/dev ; @UDEVADM@ settle --timeout=30 --exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth show-splash
Type=forking