frigate/docker/fake_frigate_run

9 lines
166 B
Plaintext
Raw Normal View History

2022-12-06 00:39:44 +03:00
#!/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