diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-09-17 18:32:46 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-09-17 18:32:46 +0200 |
commit | ce8a4ef13d48d27741e222d7474cd778b3a70bd2 (patch) | |
tree | cbc4b2f5456f356ad6576a6fcd84f953ea8173ab /units/systemd-udevd.service.in | |
parent | udevadm: use usec_add() (diff) | |
download | systemd-ce8a4ef13d48d27741e222d7474cd778b3a70bd2.tar.xz systemd-ce8a4ef13d48d27741e222d7474cd778b3a70bd2.zip |
unit: add ExecReload= in systemd-udevd.service
Diffstat (limited to 'units/systemd-udevd.service.in')
-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 |