diff --git a/supervisor.conf b/supervisor.conf index b686717..37cdc02 100644 --- a/supervisor.conf +++ b/supervisor.conf @@ -1,6 +1,6 @@ [program:hugvey_client] command=python3 hugvey_client.py -c client_config.yml -v directory=/home/pi/hugvey -startsecs=10 +startsecs=2 user=pi autorestart=true