mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
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:
parent
90d88c4598
commit
3704586ec9
@ -219,7 +219,6 @@
|
||||
<tr>
|
||||
<td class="text-center">Discord</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">
|
||||
{% ifequal authinfo.discord_uid "" %}
|
||||
|
2
thirdparty/Supervisor/auth-celeryd.conf
vendored
2
thirdparty/Supervisor/auth-celeryd.conf
vendored
@ -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
|
||||
|
2
thirdparty/Supervisor/auth-mumble.conf
vendored
2
thirdparty/Supervisor/auth-mumble.conf
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user