Created
March 12, 2019 03:10
-
-
Save benyanke/c3529aeedcd0c63855402184c66b6e25 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install watchdog | |
sudo echo bcm2708_wdog >> /etc/modules | |
sudo cp /etc/watchdog.conf /etc/watchdog.conf.orig | |
sudo sed -i 's/^#max-load/max-load/' /etc/watchdog.conf | |
sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment