From 62f908b53c0e4598c962c88ad44fb31d64155b2e Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Fri, 29 May 2015 18:41:26 +0200 Subject: [PATCH] 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. --- units/systemd-udevd.service.in | 1 + 1 file changed, 1 insertion(+) 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