frigate: Disable systemd filesystem isolation
When`ProtectSystem` is enabled, systemd sets up a separate mount namespace for the service. Unfortunately, this appears to interfere with Podman and prevents it from cleaning up containers on shutdown.master
parent
dffa17410f
commit
22c085b35d
|
@ -21,10 +21,6 @@ AddDevice=/dev/dri/renderD128
|
||||||
Network=host
|
Network=host
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
PrivateTmp=yes
|
|
||||||
ProtectSystem=full
|
|
||||||
TemporaryFileSystem=/etc/containers/networks
|
|
||||||
ReadWritePaths=/etc/containers/networks
|
|
||||||
UMask=0077
|
UMask=0077
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue