Faster supervisord
This commit is contained in:
parent
fcf67196c1
commit
d1efa68d4e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[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
|
||||||
directory=/home/pi/hugvey
|
directory=/home/pi/hugvey
|
||||||
startsecs=10
|
startsecs=2
|
||||||
user=pi
|
user=pi
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
|
Loading…
Reference in a new issue