Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:odroid_linux_watchdog [2016/05/02 14:05] moon.linux [Install Watchdog daemon] |
en:odroid_linux_watchdog [2022/01/02 22:39] (current) |
||
---|---|---|---|
Line 67: | Line 67: | ||
Append the default watchdog configuration. | Append the default watchdog configuration. | ||
- | **/etc/default watchdog** | + | **/etc/default/watchdog** |
<code> | <code> | ||
# Start watchdog at boot time? 0 or 1 | # Start watchdog at boot time? 0 or 1 | ||
Line 74: | Line 74: | ||
run_wd_keepalive=1 | run_wd_keepalive=1 | ||
# Load module before starting watchdog | # Load module before starting watchdog | ||
- | watchdog_module="s3c2410_wdt" | + | watchdog_module=s3c2410_wdt |
# Specify additional watchdog options here (see manpage). | # Specify additional watchdog options here (see manpage). | ||
watchdog_options="-s -v -c /etc/watchdog.conf" | watchdog_options="-s -v -c /etc/watchdog.conf" | ||
Line 124: | Line 124: | ||
# This greatly decreases the chance that watchdog won't be scheduled before | # This greatly decreases the chance that watchdog won't be scheduled before | ||
# your machine is really loaded | # your machine is really loaded | ||
- | realtime = yes | + | #realtime = yes |
- | priority = 1 | + | #priority = 1 |
# Check if rsyslogd is still running by enabling the following line | # Check if rsyslogd is still running by enabling the following line |