infinite time for startup
This commit is contained in:
parent
827affcbbf
commit
b4c2d64689
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ ExecStartPost=/usr/bin/bash -c "/bin/sleep 120 && /usr/bin/docker network connec
|
||||||
ExecStop=-/usr/bin/docker stop {{ container_names.authentik.server }}
|
ExecStop=-/usr/bin/docker stop {{ container_names.authentik.server }}
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=60s
|
RestartSec=60s
|
||||||
|
TimeoutStartSec=infinity
|
||||||
Type=exec
|
Type=exec
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
|
@ -18,6 +18,7 @@ ExecStartPost=/usr/bin/bash -c "/bin/sleep 120 && /usr/bin/docker network connec
|
||||||
ExecStop=-/usr/bin/docker stop {{ container_names.authentik.worker }}
|
ExecStop=-/usr/bin/docker stop {{ container_names.authentik.worker }}
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=60s
|
RestartSec=60s
|
||||||
|
TimeoutStartSec=infinity
|
||||||
Type=exec
|
Type=exec
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in a new issue