mirror of
https://gitlab.bmcstudios.org/public_projects/swg-server-docker.git
synced 2026-01-16 17:04:26 -05:00
18 lines
443 B
Plaintext
18 lines
443 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:chat]
|
|
command=/swg-main/chat/stationchat
|
|
directory=/swg-main/chat
|
|
autostart=false
|
|
autorestart=false
|
|
stderr_logfile=/var/log/supervisor/stationchat.err.log
|
|
stdout_logfile=/var/log/supervisor/stationchat.out.log
|
|
|
|
[program:swg]
|
|
command=/swg-main/startServer.sh
|
|
directory=/swg-main
|
|
autostart=false
|
|
autorestart=false
|
|
stderr_logfile=/var/log/supervisor/swg.err.log
|
|
stdout_logfile=/var/log/supervisor/swg.out.log |