add nowait ard

This commit is contained in:
vincent 2020-07-14 17:02:48 +02:00
parent a0b7dda7be
commit a334f6234c

View File

@ -1,5 +1,6 @@
import subprocess
import time
import sys
services=("syncthing@vincent",
"mariadb",
@ -58,6 +59,7 @@ class Container(object):
if __name__ == '__main__':
if sys.argv[0] != "nowait":
time.sleep(60)
for serviceName in services: