19 lines
410 B
Plaintext
19 lines
410 B
Plaintext
[Unit]
|
|
Description=Frigate watchdog
|
|
After=frigate.service
|
|
|
|
[Container]
|
|
Image=git.pyrocufflink.blue/containerimages/frigate-watchdog
|
|
Pull=newer
|
|
Exec=-u frigate
|
|
Volume=/run/log:/run/log:ro
|
|
Volume=/var/log:/var/log:ro
|
|
Volume=/etc/machine-id:/etc/machine-id:ro
|
|
ReadOnly=true
|
|
VolatileTmp=true
|
|
PodmanArgs=--privileged --uts=host --cgroupns=host --ipc=host --pid=host
|
|
Network=host
|
|
|
|
[Install]
|
|
WantedBy=frigate.service
|