From 5dbb000070c1062f502a7d4b17a70d2b4a6127fc Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 14 Oct 2024 17:47:39 -0400 Subject: [PATCH] Update frigate-install.sh Add a placeholder for the Frigate+ key in the service file. --- install/frigate-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/frigate-install.sh b/install/frigate-install.sh index 16dfd0ca..e7076b95 100644 --- a/install/frigate-install.sh +++ b/install/frigate-install.sh @@ -228,6 +228,7 @@ Type=simple Restart=always RestartSec=1 User=root +# Environment=PLUS_API_KEY= ExecStartPre=+rm /dev/shm/logs/frigate/current ExecStart=/bin/bash -c "bash /opt/frigate/docker/main/rootfs/etc/s6-overlay/s6-rc.d/frigate/run 2> >(/usr/bin/ts '%%Y-%%m-%%d %%H:%%M:%%.S ' >&2) | /usr/bin/ts '%%Y-%%m-%%d %%H:%%M:%%.S '" StandardOutput=file:/dev/shm/logs/frigate/current