From 6aaacf7b52b6c9694983f7f4f567adef041d9c38 Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Tue, 20 Nov 2018 23:11:27 +0300 Subject: [PATCH] fix --- supervisor.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisor.conf b/supervisor.conf index d64fbdd..b6b0785 100644 --- a/supervisor.conf +++ b/supervisor.conf @@ -1,5 +1,5 @@ [program:lono] -user = www-data +user = http directory = /srv/apps/lono command = /srv/apps/lono/venv/bin/python3 /srv/apps/lono/main.py autostart = true