From d1efa68d4e1e1d3bbf0f5861195125a8b2c0d7fe Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Thu, 28 Mar 2019 16:41:37 +0100 Subject: [PATCH] Faster supervisord --- supervisor.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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