From: Yu Watanabe Date: Tue, 17 Sep 2019 16:32:46 +0000 (+0900) Subject: unit: add ExecReload= in systemd-udevd.service X-Git-Tag: v244-rc1~279^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13582%2Fhead;p=thirdparty%2Fsystemd.git unit: add ExecReload= in systemd-udevd.service --- diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in index dbb678ae692..c257af0efa5 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