infinite time for startup

This commit is contained in:
erebion 2023-11-16 11:09:51 +01:00
parent 827affcbbf
commit b4c2d64689
2 changed files with 2 additions and 0 deletions

View file

@ -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]

View file

@ -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]