summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-09-18 01:32:46 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-09-18 01:32:46 +0900
commitce8a4ef13d48d27741e222d7474cd778b3a70bd2 (patch)
treecbc4b2f5456f356ad6576a6fcd84f953ea8173ab
parentf6e8ba816577a1a26037a8aeae23fda36d74f0ac (diff)
downloadsystemd-ce8a4ef13d48d27741e222d7474cd778b3a70bd2.tar.gz
unit: add ExecReload= in systemd-udevd.service
-rw-r--r--units/systemd-udevd.service.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in
index dbb678ae69..c257af0efa 100644
--- a/units/systemd-udevd.service.in
+++ b/units/systemd-udevd.service.in
@@ -23,6 +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
KillMode=mixed
WatchdogSec=3min
TasksMax=infinity