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
This commit is contained in:
Sebastian 2016-10-18 16:33:11 +02:00 committed by Adarnof
parent 90d88c4598
commit 3704586ec9
3 changed files with 2 additions and 3 deletions

View File

@ -219,7 +219,6 @@
<tr> <tr>
<td class="text-center">Discord</td> <td class="text-center">Discord</td>
<td class="text-center"></td> <td class="text-center"></td>
<td class="text-center"></td>
<td class="text-center"><a href="https://discordapp.com/channels/{{ DISCORD_SERVER_ID }}/{{ DISCORD_SERVER_ID}}">https://discordapp.com</a></td> <td class="text-center"><a href="https://discordapp.com/channels/{{ DISCORD_SERVER_ID }}/{{ DISCORD_SERVER_ID}}">https://discordapp.com</a></td>
<td class="text-center"> <td class="text-center">
{% ifequal authinfo.discord_uid "" %} {% ifequal authinfo.discord_uid "" %}

View File

@ -1,7 +1,7 @@
[program:auth-celeryd] [program:auth-celeryd]
command=python manage.py celeryd command=python manage.py celeryd
directory=/home/allianceserver/allianceauth directory=/home/allianceserver/allianceauth
user=nobody user=allianceserver
numprocs=1 numprocs=1
stdout_logfile=/home/allianceserver/allianceauth/log/worker.log stdout_logfile=/home/allianceserver/allianceauth/log/worker.log
stderr_logfile=/home/allianceserver/allianceauth/log/worker.log stderr_logfile=/home/allianceserver/allianceauth/log/worker.log

View File

@ -1,7 +1,7 @@
[program:auth-mumble] [program:auth-mumble]
command=python authenticator.py command=python authenticator.py
directory=/home/allianceserver/allianceauth/thirdparty/Mumble directory=/home/allianceserver/allianceauth/thirdparty/Mumble
user=nobody user=allianceserver
numprocs=1 numprocs=1
stdout_logfile=/home/allianceserver/allianceauth/log/authenticator.log stdout_logfile=/home/allianceserver/allianceauth/log/authenticator.log
stderr_logfile=/home/allianceserver/allianceauth/log/authenticator.log stderr_logfile=/home/allianceserver/allianceauth/log/authenticator.log