]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
unit: add ExecReload= in systemd-udevd.service 13582/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 17 Sep 2019 16:32:46 +0000 (01:32 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 17 Sep 2019 16:32:46 +0000 (01:32 +0900)
units/systemd-udevd.service.in

index dbb678ae692664b073fb0c1a4c955006b5feeda8..c257af0efa5ad813fc88b332d438ecab1fbe6e78 100644 (file)
@@ -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