update check service.py
This commit is contained in:
parent
94caee7951
commit
d802c714dc
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user