From 916020221f8ebc95e853d6e2b475c7cb3022ab90 Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Sat, 29 Apr 2017 06:26:58 +0300 Subject: [PATCH] Fix supervisor user --- configs/supervisor.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/supervisor.conf b/configs/supervisor.conf index 1ad3e2e..758ab59 100644 --- a/configs/supervisor.conf +++ b/configs/supervisor.conf @@ -1,5 +1,5 @@ [program:drop] -user = www-data +user = arch directory = /srv/apps/drop command = /srv/apps/drop/venv/bin/uwsgi --ini /srv/apps/drop/configs/uwsgi.ini autostart = true