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.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user