樹莓派配置watchdog

WindSpirit發表於2018-05-13

0x00 安裝watchdog

apt install watchdog

編輯/etc/modules,新增bcm2708_wdog

編輯/etc/watchdog.conf

watchdog-device = /dev/watchdog
# 最大程式數
max-load-1 = 24
# 高溫復位(80度)
temperature-device = /sys/class/thermal/thermal_zone0/temp
max-temperature = 80000

設定看門狗開機自啟

chkconfig watchdog on

手動啟動看門狗

service watchdog start

0x01 用forkbomb測試

: () { : | : & } ; :

相關文章