frigate/docker/fake_frigate_run
2022-12-05 18:39:44 -03:00

9 lines
166 B
Plaintext
Executable File

#!/command/with-contenv bash
# shellcheck shell=bash
# Start the fake Frigate service
while true; do
echo "The fake Frigate service is running..."
sleep 5s
done