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
Dustin 2024-02-18 12:01:27 -06:00
parent ae948489e3
commit 5e10f2c1e7
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Wants=network-online.target
[Service] [Service]
StateDirectory=%P StateDirectory=%P
TimeoutStartSec=7m
[Container] [Container]
Image=docker.io/grafana/promtail:2.9.4 Image=docker.io/grafana/promtail:2.9.4