mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 18:25:22 +03:00
Fix typo
This commit is contained in:
parent
b660d17679
commit
2d0b069b96
@ -11,7 +11,7 @@ sleep 10s
|
|||||||
|
|
||||||
while sleep 1m; do
|
while sleep 1m; do
|
||||||
# Check if the service is running
|
# Check if the service is running
|
||||||
if ! timeout 10s curl -fsSL http://127.0.0.1:1984/api/stressams >/dev/null; then
|
if ! timeout 10s curl -fsSL http://127.0.0.1:1984/api/streams >/dev/null; then
|
||||||
echo "[ERROR] The go2rtc service is not responding to ping, restarting..." >&2
|
echo "[ERROR] The go2rtc service is not responding to ping, restarting..." >&2
|
||||||
# We can also use -r instead of -t to send kill signal rather than term
|
# We can also use -r instead of -t to send kill signal rather than term
|
||||||
s6-svc -t /var/run/service/go2rtc
|
s6-svc -t /var/run/service/go2rtc
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user