|
|
@ -210,7 +210,7 @@ Restart=always |
|
|
|
RestartSec=1 |
|
|
|
RestartSec=1 |
|
|
|
User=root |
|
|
|
User=root |
|
|
|
ExecStartPre=+rm /dev/shm/logs/go2rtc/current |
|
|
|
ExecStartPre=+rm /dev/shm/logs/go2rtc/current |
|
|
|
ExecStart=bash /opt/frigate/docker/main/rootfs/etc/s6-overlay/s6-rc.d/go2rtc/run |
|
|
|
ExecStart=/bin/bash -c "bash /opt/frigate/docker/main/rootfs/etc/s6-overlay/s6-rc.d/go2rtc/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/go2rtc/current |
|
|
|
StandardOutput=file:/dev/shm/logs/go2rtc/current |
|
|
|
StandardError=file:/dev/shm/logs/go2rtc/current |
|
|
|
StandardError=file:/dev/shm/logs/go2rtc/current |
|
|
|
|
|
|
|
|
|
|
@ -232,7 +232,7 @@ Restart=always |
|
|
|
RestartSec=1 |
|
|
|
RestartSec=1 |
|
|
|
User=root |
|
|
|
User=root |
|
|
|
ExecStartPre=+rm /dev/shm/logs/frigate/current |
|
|
|
ExecStartPre=+rm /dev/shm/logs/frigate/current |
|
|
|
ExecStart=bash /opt/frigate/docker/main/rootfs/etc/s6-overlay/s6-rc.d/frigate/run |
|
|
|
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 |
|
|
|
StandardOutput=file:/dev/shm/logs/frigate/current |
|
|
|
StandardError=file:/dev/shm/logs/frigate/current |
|
|
|
StandardError=file:/dev/shm/logs/frigate/current |
|
|
|
|
|
|
|
|
|
|
@ -254,7 +254,7 @@ Restart=always |
|
|
|
RestartSec=1 |
|
|
|
RestartSec=1 |
|
|
|
User=root |
|
|
|
User=root |
|
|
|
ExecStartPre=+rm /dev/shm/logs/nginx/current |
|
|
|
ExecStartPre=+rm /dev/shm/logs/nginx/current |
|
|
|
ExecStart=bash /opt/frigate/docker/main/rootfs/etc/s6-overlay/s6-rc.d/nginx/run |
|
|
|
ExecStart=/bin/bash -c "bash /opt/frigate/docker/main/rootfs/etc/s6-overlay/s6-rc.d/nginx/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/nginx/current |
|
|
|
StandardOutput=file:/dev/shm/logs/nginx/current |
|
|
|
StandardError=file:/dev/shm/logs/nginx/current |
|
|
|
StandardError=file:/dev/shm/logs/nginx/current |
|
|
|
|
|
|
|
|
|
|
|