X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/529af1a8e82eff19d98f6f60a98fc6d5e3e8d95d..21260a74f42a65603317d1938fac675d5eef6635:/bin/weather-watchdog diff --git a/bin/weather-watchdog b/bin/weather-watchdog index 4847477..48c4bff 100644 --- a/bin/weather-watchdog +++ b/bin/weather-watchdog @@ -4,7 +4,8 @@ stamp=`date +%s -r $(uci get weathermon.process.dump_file)` now=`date +%s` delta=$(( $now - $stamp )) if [[ $delta -ge 300 ]]; then + logger weathermon restarting... /etc/init.d/weathermon restart fi -pgrep weather-display > /dev/null || /etc/init.d/weather-display restart +pgrep weather-lcd > /dev/null || /etc/init.d/lcd-weather restart