mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +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>
|
<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 "" %}
|
||||||
|
2
thirdparty/Supervisor/auth-celeryd.conf
vendored
2
thirdparty/Supervisor/auth-celeryd.conf
vendored
@ -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
|
||||||
|
2
thirdparty/Supervisor/auth-mumble.conf
vendored
2
thirdparty/Supervisor/auth-mumble.conf
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user