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