update check service.py

This commit is contained in:
vincent 2020-11-25 21:06:45 +01:00
parent 94caee7951
commit d802c714dc

View File

@ -1,4 +1,4 @@
import subprocess mport subprocess
import time import time
import sys import sys
@ -14,7 +14,9 @@ services=("syncthing@vincent",
"fail2ban", "fail2ban",
"supysonic-daemon", "supysonic-daemon",
"home-assistant", "home-assistant",
"radicale") "radicale",
"chisel-server",
"JDownloader")
containers=("pihole",) containers=("pihole",)
@ -64,7 +66,7 @@ if __name__ == '__main__':
wait=False wait=False
if (wait): if (wait):
time.sleep(60) time.sleep(15)
for serviceName in services: for serviceName in services: