promtail: Increase start timeout
The Promtail container image is pretty big, so it takes quite some time to pull on a slow machine like a Raspberry Pi. Let's increase the startup timeout so the service is less likely to fail while the image is still being pulled.master
parent
ae948489e3
commit
5e10f2c1e7
|
@ -6,6 +6,7 @@ Wants=network-online.target
|
|||
|
||||
[Service]
|
||||
StateDirectory=%P
|
||||
TimeoutStartSec=7m
|
||||
|
||||
[Container]
|
||||
Image=docker.io/grafana/promtail:2.9.4
|
||||
|
|
Loading…
Reference in New Issue