summaryrefslogtreecommitdiffstats
path: root/units/systemd-hwdb-update.service.in
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-12-18 09:14:57 +0100
committerLennart Poettering <lennart@poettering.net>2020-01-20 16:50:16 +0100
commitcdc6804b6046282a42117678751c126a022cd24a (patch)
treeaaedb8a96dc54b8f25fdbb83ee794df42c838ae3 /units/systemd-hwdb-update.service.in
parentItalian: language update (diff)
downloadsystemd-cdc6804b6046282a42117678751c126a022cd24a.tar.xz
systemd-cdc6804b6046282a42117678751c126a022cd24a.zip
units: drop full paths for utilities in $PATH
This makes things a bit simpler and the build a bit faster, because we don't have to rewrite files to do the trivial substitution. @rootbindir@ is always in our internal $PATH that we use for non-absolute paths, so there should be no functional change.
Diffstat (limited to 'units/systemd-hwdb-update.service.in')
-rw-r--r--units/systemd-hwdb-update.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-hwdb-update.service.in b/units/systemd-hwdb-update.service.in
index 259fe0de8b..9887018a1f 100644
--- a/units/systemd-hwdb-update.service.in
+++ b/units/systemd-hwdb-update.service.in
@@ -22,5 +22,5 @@ ConditionDirectoryNotEmpty=|/etc/udev/hwdb.d/
[Service]
Type=oneshot
RemainAfterExit=yes
-ExecStart=@rootbindir@/systemd-hwdb update
+ExecStart=systemd-hwdb update
TimeoutSec=90s