From 34fcaa52efa72a333ef73b60e34b34625d9730c0 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 12 Aug 2024 22:10:10 -0500 Subject: [PATCH] r/frigate: Increase service startup timeout Starting the Frigate container can take quite some time, since `podman` needs to check permissions/SELinux labels for the entire media volume. --- roles/frigate/templates/frigate.container.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/frigate/templates/frigate.container.j2 b/roles/frigate/templates/frigate.container.j2 index 08373c5..7f3f274 100644 --- a/roles/frigate/templates/frigate.container.j2 +++ b/roles/frigate/templates/frigate.container.j2 @@ -37,6 +37,7 @@ Annotation=org.systemd.property.KillMode='none' UMask=0077 Restart=always RestartSec=1 +TimeoutStartSec=10m TimeoutStopSec=infinity StateDirectory=%N/tmp StateDirectory=%N/media