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
parent
217b13faff
commit
34fcaa52ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue