diff options
author | Tom Gundersen <teg@jklm.no> | 2015-05-29 18:41:26 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-05-29 18:52:13 +0200 |
commit | 62f908b53c0e4598c962c88ad44fb31d64155b2e (patch) | |
tree | f935ad47ea84c20a754822069b5a8d3c5905fc77 | |
parent | b79aacbff61e77c5fa579e30f7c6fc7f2d67e9e4 (diff) |
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.
-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 32f04d901a..e7216d61f2 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 |