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.
frigate-exporter
Dustin 2024-08-12 22:10:10 -05:00
parent 217b13faff
commit 34fcaa52ef
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ Annotation=org.systemd.property.KillMode='none'
UMask=0077 UMask=0077
Restart=always Restart=always
RestartSec=1 RestartSec=1
TimeoutStartSec=10m
TimeoutStopSec=infinity TimeoutStopSec=infinity
StateDirectory=%N/tmp StateDirectory=%N/tmp
StateDirectory=%N/media StateDirectory=%N/media