[Watchdog] Do not reload every minute...
This commit is contained in:
parent
5f9644e8bd
commit
1ad1413d08
@ -534,7 +534,7 @@ fi
|
|||||||
# Create watchdog agents
|
# Create watchdog agents
|
||||||
(
|
(
|
||||||
touch /tmp/watchdog_reload
|
touch /tmp/watchdog_reload
|
||||||
sleep 60
|
sleep 86400
|
||||||
echo "Reloading watchdog"
|
echo "Reloading watchdog"
|
||||||
kill 1
|
kill 1
|
||||||
) &
|
) &
|
||||||
|
@ -365,7 +365,7 @@ services:
|
|||||||
- /lib/modules:/lib/modules:ro
|
- /lib/modules:/lib/modules:ro
|
||||||
|
|
||||||
watchdog-mailcow:
|
watchdog-mailcow:
|
||||||
image: mailcow/watchdog:1.52
|
image: mailcow/watchdog:1.53
|
||||||
# Debug
|
# Debug
|
||||||
#command: /watchdog.sh
|
#command: /watchdog.sh
|
||||||
build: ./data/Dockerfiles/watchdog
|
build: ./data/Dockerfiles/watchdog
|
||||||
|
Loading…
Reference in New Issue
Block a user