diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-21 23:46:55 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-24 16:09:20 -0500 |
commit | 3974b80745717853cadb1cc680573d898d056a73 (patch) | |
tree | a501201bb9cd6214e3a7fc0379bb0d3f2471770c /system/watchdog/README | |
parent | 3954eb29a8536a79496e481233d1786ff0f0bd49 (diff) |
system/watchdog: Removed (download link broken)
Diffstat (limited to 'system/watchdog/README')
-rw-r--r-- | system/watchdog/README | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/system/watchdog/README b/system/watchdog/README deleted file mode 100644 index 63459e151cfb5..0000000000000 --- a/system/watchdog/README +++ /dev/null @@ -1,25 +0,0 @@ -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 -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. As 'repair.sh' may be able to do. -See the examples included in /usr/doc/watchdog-5.6/examples - -This package also contains the 'wd_keepalive' program by Marcel Jansen -which "can be run during critical periods when the normal watcdog -shouldn't be run. It will read from the same configuration file; -it will do no checks but will keep writing to the device. - -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 |