[Watchdog] Do not reload every minute...

This commit is contained in:
andryyy
2019-08-03 14:38:09 +02:00
parent 5f9644e8bd
commit 1ad1413d08
2 changed files with 2 additions and 2 deletions

View File

@@ -534,7 +534,7 @@ fi
# Create watchdog agents
(
touch /tmp/watchdog_reload
sleep 60
sleep 86400
echo "Reloading watchdog"
kill 1
) &