loki: Increase start timeout
It can sometimes take a very long time for Loki to start, for reasons that are not entirely clear...master
parent
d989994f25
commit
ba5ba257c1
|
@ -7,6 +7,7 @@ Wants=network-online.target
|
||||||
[Service]
|
[Service]
|
||||||
StateDirectory=%P
|
StateDirectory=%P
|
||||||
ExecReload=/usr/bin/podman kill --cidfile=%t/%N.cid --signal HUP
|
ExecReload=/usr/bin/podman kill --cidfile=%t/%N.cid --signal HUP
|
||||||
|
TimeoutStartSec=5m
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
Image=docker.io/grafana/loki:2.9.4
|
Image=docker.io/grafana/loki:2.9.4
|
||||||
|
|
Loading…
Reference in New Issue