Raspberry Pi 3 B - watchdog

Install

apt-get install watchdog

Warning: Do never call "cat /dev/watchdog" because it will restart your Raspberry Pi 15 seconds after! :-(

Configure

vim /etc/watchdog.conf
watchdog-device        = /dev/watchdog
max-load-1             = 24
watchdog-timeout       = 15

Enable as permanent service

sudo /etc/init.d/watchdog start
#[ ok ] Starting watchdog (via systemctl): watchdog.service.

Version #1
Erstellt: 2026-06-08 14:45:53 CEST von Mario Voigt
Zuletzt aktualisiert: 2026-06-08 14:46:38 CEST von Mario Voigt