Skip to content
Snippets Groups Projects
Commit e646dc52 authored by David Trattnig's avatar David Trattnig
Browse files

Supervisor config for engine-api.

parent 5af9fb37
No related branches found
No related tags found
No related merge requests found
;/etc/supervisor/conf.d/aura-engine-api.conf
[program:engine-api]
user = engineuser
directory = /opt/aura/engine
command = /opt/aura/engine/run.sh api-prod
priority = 900
autostart = trueprint(s1)
autorestart = true
stopsignal = TERM
redirect_stderr = true
stdout_logfile = /var/log/aura/engine-api-stdout.log
stderr_logfile = /var/log/aura/engine-api-error.log
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment