Increase start timeout for Prometheus and Grafana

Containers for Prometheus and Grafana can take longer to start due to
migrations on large databases etc., which in turn can cause systemd to
kill these mid-execution.
This commit is contained in:
Alex Palaistras 2023-12-14 12:15:50 +00:00
parent c7eec07f55
commit 733130db8d
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ PodmanArgs=--sdnotify=healthy
Volume=%N:/var/lib/%N:z
[Service]
TimeoutStartSec=180
Restart=on-failure
[Install]

View File

@ -14,6 +14,7 @@ Volume=%N:/var/lib/%N:z
Volume=%N-service:/etc/%N/service.d:z
[Service]
TimeoutStartSec=180
Restart=on-failure
[Install]