From: Tom Gundersen Date: Fri, 29 May 2015 16:41:26 +0000 (+0200) Subject: udevd: hook up watchdog support X-Git-Tag: v221~251 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62f908b53c0e4598c962c88ad44fb31d64155b2e;p=thirdparty%2Fsystemd.git udevd: hook up watchdog support We are already sending watchdog notification, this tells PID1 to actually listen for them and restart udevd in case it gets stuck. --- diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in index 32f04d901a0..e7216d61f2d 100644 --- a/units/systemd-udevd.service.in +++ b/units/systemd-udevd.service.in @@ -23,3 +23,4 @@ RestartSec=0 ExecStart=@rootlibexecdir@/systemd-udevd MountFlags=slave KillMode=mixed +WatchdogSec=1min