Enable logging param for supervisor
This commit is contained in:
parent
7944717e8e
commit
23ed276cc3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
[program:hugvey_client]
|
[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
|
directory=/home/pi/hugvey
|
||||||
startsecs=2
|
startsecs=2
|
||||||
user=pi
|
user=pi
|
||||||
|
|
Loading…
Reference in a new issue