diff options
author | Menno E. Duursma <druiloor@zonnet.nl> | 2010-05-11 19:46:45 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 19:46:45 +0200 |
commit | 50429056150db116ab36557821d18a3bfd197c44 (patch) | |
tree | c1c524a379b2d21383db4215e44545532ec48ebe /system/watchdog/README | |
parent | 337709e77376bec94f384e510b21b4398be6f2df (diff) |
system/watchdog: Updated for version 5.3.1
Diffstat (limited to 'system/watchdog/README')
-rw-r--r-- | system/watchdog/README | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/system/watchdog/README b/system/watchdog/README index c5732210bcab..f142f14f04f4 100644 --- a/system/watchdog/README +++ b/system/watchdog/README @@ -3,13 +3,15 @@ Linux watchdog timer daemon This service periodically writes to /dev/watchdog - in the event of it _not_ being able to do so, Linux may reset the system. -For this to work a kernel driver for the aformentioned device needs +For this to work, a kernel driver for the aformentioned device needs to be loaded. The module may be found in: /lib/modules/$(uname -r)/kernel/drivers/char/watchdog It can be configured to try and fix things (such as networking) -before triggering a reboot. See the examples included in: - /usr/doc/watchdog-$VERSION/examples +before triggering a reboot. As 'repair.sh' may be able to do. +See the examples included in: + + /usr/doc/watchdog-5.4/examples This package also contains the 'wd_keepalive' program by Marcel Jansen which "can be run during critical periods when the normal watcdog @@ -22,8 +24,8 @@ The watchdog was written and is maintained by Michael Meskes To enable the watchdog: make sure a kernel module gets loaded for it (at boot) such as the 'softdog' or an actual hardware driver... Then add the following to rc.local: + # Start the watchdog timer deamon + if [ -x /etc/rc.d/rc.watchdog ]; then + /etc/rc.d/rc.watchdog start + fi - # Start the watchdog timer deamon - if [ -x /etc/rc.d/rc.watchdog ]; then - /etc/rc.d/rc.watchdog start - fi |