Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine-core
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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-core
Commits
f3c5d48c
Commit
f3c5d48c
authored
2 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
Chore: Update daemon targets
parent
0b8c2d79
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
config/supervisor/aura-engine-core.conf
+1
-1
1 addition, 1 deletion
config/supervisor/aura-engine-core.conf
config/systemd/aura-engine-core.service
+2
-2
2 additions, 2 deletions
config/systemd/aura-engine-core.service
with
3 additions
and
3 deletions
config/supervisor/aura-engine-core.conf
+
1
−
1
View file @
f3c5d48c
[
program
:
aura
-
engine
-
core
]
[
program
:
aura
-
engine
-
core
]
user
=
engineuser
user
=
engineuser
directory
= /
opt
/
aura
/
engine
-
core
directory
= /
opt
/
aura
/
engine
-
core
command
= /
opt
/
aura
/
engine
-
core
/
run
.
sh
prod
command
= /
opt
/
aura
/
engine
-
core
/
make
.
run
priority
=
999
priority
=
999
autostart
=
true
autostart
=
true
...
...
This diff is collapsed.
Click to expand it.
config/systemd/aura-engine-core.service
+
2
−
2
View file @
f3c5d48c
[Unit]
[Unit]
Description
=
A
ura
Engine -
Core Server (Liquidsoap)
Description
=
A
URA
Engine -
Playout Server
Documentation
=
https://gitlab.servus.at/aura/engine-core
Documentation
=
https://gitlab.servus.at/aura/engine-core
After
=
network.target
After
=
network.target
...
@@ -7,7 +7,7 @@ After=network.target
...
@@ -7,7 +7,7 @@ After=network.target
Type
=
simple
Type
=
simple
User
=
engineuser
User
=
engineuser
WorkingDirectory
=
/opt/aura/engine-core
WorkingDirectory
=
/opt/aura/engine-core
ExecStart
=
/opt/aura/engine-core/
run.sh prod
ExecStart
=
/opt/aura/engine-core/
make run
Restart
=
always
Restart
=
always
[Install]
[Install]
...
...
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