rpi-watchdog
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
rpi-watchdog [2024/01/19 19:32] – gm5aug | rpi-watchdog [2024/01/19 23:48] (current) – m0lte | ||
---|---|---|---|
Line 5: | Line 5: | ||
===== Steps to install and run RPi Watchdog: ===== | ===== Steps to install and run RPi Watchdog: ===== | ||
- | sudo -i\\ | + | < |
- | echo ' | + | sudo -i |
- | reboot\\ | + | echo ' |
- | + | yes | apt install watchdog | |
- | + | echo ' | |
- | Then copy/paste these commands into your terminal, one at a time: | + | echo ' |
- | + | echo ' | |
- | sudo -i\\ | + | systemctl enable watchdog |
- | yes | apt install watchdog\\ | + | reboot |
- | echo ' | + | </ |
- | echo ' | + | |
- | echo ' | + | |
- | systemctl enable watchdog\\ | + | |
- | systemctl start watchdog\\ | + | |
- | systemctl status watchdog\\ | + | |
+ | To include your WiFi interface in the scope of the watchdog check: | ||
+ | < | ||
+ | sudo su | ||
+ | echo ' | ||
+ | reboot | ||
+ | </ | ||
--- // | --- // | ||
rpi-watchdog.1705692753.txt.gz · Last modified: 2024/01/19 19:32 by gm5aug