mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-11 21:40:17 +02:00
* changed user to allianceserver at supervisor templates. this fixes supervisor: couldn't chdir to... * deleted unnecessary row for discord
14 lines
383 B
Plaintext
14 lines
383 B
Plaintext
[program:auth-mumble]
|
|
command=python authenticator.py
|
|
directory=/home/allianceserver/allianceauth/thirdparty/Mumble
|
|
user=allianceserver
|
|
numprocs=1
|
|
stdout_logfile=/home/allianceserver/allianceauth/log/authenticator.log
|
|
stderr_logfile=/home/allianceserver/allianceauth/log/authenticator.log
|
|
autostart=true
|
|
autorestart=true
|
|
startsecs=10
|
|
stopwaitsecs = 600
|
|
killasgroup=true
|
|
priority=500
|