diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-12-18 09:14:57 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-01-20 16:50:16 +0100 |
commit | cdc6804b6046282a42117678751c126a022cd24a (patch) | |
tree | aaedb8a96dc54b8f25fdbb83ee794df42c838ae3 /units/systemd-udevd.service.in | |
parent | Italian: language update (diff) | |
download | systemd-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-udevd.service.in')
-rw-r--r-- | units/systemd-udevd.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in index 8b1dd0efc7..5eee69933b 100644 --- a/units/systemd-udevd.service.in +++ b/units/systemd-udevd.service.in @@ -23,7 +23,7 @@ Sockets=systemd-udevd-control.socket systemd-udevd-kernel.socket Restart=always RestartSec=0 ExecStart=@rootlibexecdir@/systemd-udevd -ExecReload=@rootbindir@/udevadm control --reload --timeout 0 +ExecReload=udevadm control --reload --timeout 0 KillMode=mixed TasksMax=infinity PrivateMounts=yes |