Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
engine
Commits
7f5e0ecc
Commit
7f5e0ecc
authored
4 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
New visor service definitions.
parent
8f4f347c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configuration/supervisor/aura-engine-core.conf
+14
-0
14 additions, 0 deletions
configuration/supervisor/aura-engine-core.conf
configuration/supervisor/aura-engine-lqs.conf
+14
-0
14 additions, 0 deletions
configuration/supervisor/aura-engine-lqs.conf
with
28 additions
and
0 deletions
configuration/supervisor/aura-engine-core.conf
0 → 100644
+
14
−
0
View file @
7f5e0ecc
;/
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
This diff is collapsed.
Click to expand it.
configuration/supervisor/aura-engine-lqs.conf
0 → 100644
+
14
−
0
View file @
7f5e0ecc
;/
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment