From 3704586ec9dbd1a56643a95b57ea94684d752ad4 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 18 Oct 2016 16:33:11 +0200 Subject: [PATCH] changed user to allianceserver at supervisor templates. (#553) * changed user to allianceserver at supervisor templates. this fixes supervisor: couldn't chdir to... * deleted unnecessary row for discord --- stock/templates/registered/services.html | 1 - thirdparty/Supervisor/auth-celeryd.conf | 2 +- thirdparty/Supervisor/auth-mumble.conf | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/stock/templates/registered/services.html b/stock/templates/registered/services.html index 3f6e24ba..f91a42f7 100755 --- a/stock/templates/registered/services.html +++ b/stock/templates/registered/services.html @@ -219,7 +219,6 @@ Discord - https://discordapp.com {% ifequal authinfo.discord_uid "" %} diff --git a/thirdparty/Supervisor/auth-celeryd.conf b/thirdparty/Supervisor/auth-celeryd.conf index 2ca95648..e00f37ec 100644 --- a/thirdparty/Supervisor/auth-celeryd.conf +++ b/thirdparty/Supervisor/auth-celeryd.conf @@ -1,7 +1,7 @@ [program:auth-celeryd] command=python manage.py celeryd directory=/home/allianceserver/allianceauth -user=nobody +user=allianceserver numprocs=1 stdout_logfile=/home/allianceserver/allianceauth/log/worker.log stderr_logfile=/home/allianceserver/allianceauth/log/worker.log diff --git a/thirdparty/Supervisor/auth-mumble.conf b/thirdparty/Supervisor/auth-mumble.conf index 40003d5b..8389e377 100644 --- a/thirdparty/Supervisor/auth-mumble.conf +++ b/thirdparty/Supervisor/auth-mumble.conf @@ -1,7 +1,7 @@ [program:auth-mumble] command=python authenticator.py directory=/home/allianceserver/allianceauth/thirdparty/Mumble -user=nobody +user=allianceserver numprocs=1 stdout_logfile=/home/allianceserver/allianceauth/log/authenticator.log stderr_logfile=/home/allianceserver/allianceauth/log/authenticator.log