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

New visor service definitions.

parent 8f4f347c
No related branches found
No related tags found
No related merge requests found
;/etc/supervisor/conf.d/aura-engine-core.conf
[program:aura-engine-core]
user = engineuser
directory = /opt/aura/engine
command = /opt/aura/engine/run.sh engine
priority = 900
autostart = trueprint(s1)
autorestart = true
stopsignal = TERM
redirect_stderr = true
stdout_logfile = /var/log/aura/engine-core-stdout.log
stderr_logfile = /var/log/aura/engine-core-error.log
\ No newline at end of file
;/etc/supervisor/conf.d/aura-engine-lqs.conf
[program:aura-engine-lqs]
user = engineuser
directory = /opt/aura/engine
command = /opt/aura/engine/run.sh lqs
priority = 900
autostart = trueprint(s1)
autorestart = true
stopsignal = TERM
redirect_stderr = true
stdout_logfile = /var/log/aura/engine-lqs-stdout.log
stderr_logfile = /var/log/aura/engine-lqs-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