mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
lifecycle/quadlet: use systemd restart policy
Agent-thread: https://sdko.org/internal/threads/019e93bf-9dbb-7ba2-9375-cb430876c101 A7k-product: product A7k-product-repo: 1 Co-authored-by: Agent <agent@svc.sdko.net>
This commit is contained in:
@@ -17,7 +17,7 @@ HealthTimeout=5s
|
||||
HealthRetries=5
|
||||
|
||||
[Service]
|
||||
Restart=unless-stopped
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
@@ -18,7 +18,7 @@ Volume=/var/lib/authentik/custom-templates:/templates:Z
|
||||
PodmanArgs=--shm-size=512m
|
||||
|
||||
[Service]
|
||||
Restart=unless-stopped
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
@@ -23,7 +23,7 @@ Volume=/var/lib/authentik/custom-templates:/templates:Z
|
||||
PodmanArgs=--shm-size=512m
|
||||
|
||||
[Service]
|
||||
Restart=unless-stopped
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
@@ -17,7 +17,7 @@ HealthTimeout=5s
|
||||
HealthRetries=5
|
||||
|
||||
[Service]
|
||||
Restart=unless-stopped
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
@@ -18,7 +18,7 @@ Volume=%h/.local/share/authentik/custom-templates:/templates:Z
|
||||
PodmanArgs=--shm-size=512m
|
||||
|
||||
[Service]
|
||||
Restart=unless-stopped
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
@@ -23,7 +23,7 @@ Volume=%h/.local/share/authentik/custom-templates:/templates:Z
|
||||
PodmanArgs=--shm-size=512m
|
||||
|
||||
[Service]
|
||||
Restart=unless-stopped
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
@@ -77,7 +77,7 @@ HealthTimeout=5s
|
||||
HealthRetries=5
|
||||
|
||||
[Service]
|
||||
Restart=unless-stopped
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
@@ -105,7 +105,7 @@ Volume={data_dir}/custom-templates:/templates:Z
|
||||
PodmanArgs=--shm-size=512m
|
||||
|
||||
[Service]
|
||||
Restart=unless-stopped
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
@@ -138,7 +138,7 @@ Volume={data_dir}/custom-templates:/templates:Z
|
||||
PodmanArgs=--shm-size=512m
|
||||
|
||||
[Service]
|
||||
Restart=unless-stopped
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
Reference in New Issue
Block a user