From d0ffe41228d85f6a9c125c634b572aeafdf86793 Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Wed, 17 Apr 2024 12:20:29 -0400 Subject: [PATCH] Enable group apex in frigate service --- install/frigate-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/frigate-install.sh b/install/frigate-install.sh index 8f5343b0..bb489d15 100644 --- a/install/frigate-install.sh +++ b/install/frigate-install.sh @@ -214,7 +214,7 @@ Type=simple Restart=always RestartSec=1 User=root -SupplementaryGroups=video render +SupplementaryGroups=video render apex ExecStart=bash /opt/frigate/docker/main/rootfs/etc/s6-overlay/s6-rc.d/frigate/run StandardOutput=file:/dev/shm/logs/frigate/current StandardError=file:/dev/shm/logs/frigate/current