aboutsummaryrefslogtreecommitdiff
path: root/system/watchdog/README
diff options
context:
space:
mode:
authorlockywolf <slackbuilds_watchdog_2022-04-03_45cc54ac-b35f-11ec-834e-cf2c364267f5@lockywolf.net>2022-04-06 17:44:37 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-09 15:45:49 +0700
commit14fd9e26c6d870d3df13f90e203fd73c1fb73cc3 (patch)
tree77f00b4c6d6083ad128de19e0a69426f9edd6fe2 /system/watchdog/README
parente0869634d338d896594fe477f3bf7d701f250d63 (diff)
downloadslackbuilds-14fd9e26c6d870d3df13f90e203fd73c1fb73cc3.tar.xz
system/watchdog: Moved from python.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/watchdog/README')
-rw-r--r--system/watchdog/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/system/watchdog/README b/system/watchdog/README
new file mode 100644
index 000000000000..d39c8c35abe4
--- /dev/null
+++ b/system/watchdog/README
@@ -0,0 +1,15 @@
+watchdog is a daemon that periodically pokes a hardware chip,
+ and if it fails to do so (presumaby because the system got stuck),
+ the chip would reboot the system. A somehow working software
+ emulation of this chip, called "softdog" also exists in Linux.
+ A reboot can be triggered by some other criteria too.
+
+This script installs a RedHat-style initscript, but you can run it from
+/etc/rc.d/rc.local too.
+
+This daemon needs a proper kernel driver to work.
+Some machines, such as raspberry pi 4b, provide /dev/wachdog by default.
+Intel systems might require editing /etc/sysconfig/watchdog to have
+START_MOD_CMD="modprobe iTCO_wdt" and
+
+You can try "softdog" if nothing better is available.