mirror of https://github.com/openspug/spug
29 lines
854 B
INI
29 lines
854 B
INI
[program:spug-api]
|
|
command = bash /data/spug/spug_api/tools/start-api.sh
|
|
autostart = true
|
|
stdout_logfile = /data/spug/spug_api/logs/api.log
|
|
redirect_stderr = true
|
|
|
|
[program:spug-ws]
|
|
command = bash /data/spug/spug_api/tools/start-ws.sh
|
|
autostart = true
|
|
stdout_logfile = /data/spug/spug_api/logs/ws.log
|
|
redirect_stderr = true
|
|
|
|
[program:spug-worker]
|
|
command = bash /data/spug/spug_api/tools/start-worker.sh
|
|
autostart = true
|
|
stdout_logfile = /data/spug/spug_api/logs/worker.log
|
|
redirect_stderr = true
|
|
|
|
[program:spug-monitor]
|
|
command = bash /data/spug/spug_api/tools/start-monitor.sh
|
|
autostart = true
|
|
stdout_logfile = /data/spug/spug_api/logs/monitor.log
|
|
redirect_stderr = true
|
|
|
|
[program:spug-scheduler]
|
|
command = bash /data/spug/spug_api/tools/start-scheduler.sh
|
|
autostart = true
|
|
stdout_logfile = /data/spug/spug_api/logs/scheduler.log
|
|
redirect_stderr = true |