From 5e10f2c1e7f731e22ef8ae1682da458103a62f0d Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 18 Feb 2024 12:01:27 -0600 Subject: [PATCH] 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. --- templates/promtail/promtail.container | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/promtail/promtail.container b/templates/promtail/promtail.container index a80334f..0e35623 100644 --- a/templates/promtail/promtail.container +++ b/templates/promtail/promtail.container @@ -6,6 +6,7 @@ Wants=network-online.target [Service] StateDirectory=%P +TimeoutStartSec=7m [Container] Image=docker.io/grafana/promtail:2.9.4