Skip to content

Raspberry Pi Watchdog

Aaron W Morris edited this page Feb 14, 2023 · 6 revisions

Raspberry Pi 3 (and newer)

As root, create /etc/systemd/system.conf.d

sudo mkdir /etc/systemd/system.conf.d

Create /etc/systemd/system.conf.d/watchdog.conf

sudo tee /etc/systemd/system.conf.d/watchdog.conf <<EOF
[Manager]
RuntimeWatchdogSec=10
ShutdownWatchdogSec=10min 
EOF

Reboot!

Clone this wiki locally