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 }}
|
||||
Restart=always
|
||||
RestartSec=60s
|
||||
TimeoutStartSec=infinity
|
||||
Type=exec
|
||||
|
||||
[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 }}
|
||||
Restart=always
|
||||
RestartSec=60s
|
||||
TimeoutStartSec=infinity
|
||||
Type=exec
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue