diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-09-18 01:32:46 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-09-18 01:32:46 +0900 |
commit | ce8a4ef13d48d27741e222d7474cd778b3a70bd2 (patch) | |
tree | cbc4b2f5456f356ad6576a6fcd84f953ea8173ab /units | |
parent | f6e8ba816577a1a26037a8aeae23fda36d74f0ac (diff) | |
download | systemd-ce8a4ef13d48d27741e222d7474cd778b3a70bd2.tar.gz systemd-ce8a4ef13d48d27741e222d7474cd778b3a70bd2.tar.bz2 systemd-ce8a4ef13d48d27741e222d7474cd778b3a70bd2.zip |
unit: add ExecReload= in systemd-udevd.service
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-udevd.service.in | 1 |
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 |