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

Systemd Unit Files.

parent 6d6815ec
No related branches found
No related tags found
No related merge requests found
[Unit]
Description=Aura Engine - API
After=network.target
[Service]
Type=simple
User=engineuser
WorkingDirectory=/opt/aura/engine
ExecStart=/opt/aura/engine/run.sh api
Restart=always
[Install]
WantedBy=multi-user.target
[Unit]
Description=Aura Engine - Playout Server
After=network.target
[Service]
Type=simple
User=engineuser
WorkingDirectory=/opt/aura/engine
ExecStart=/opt/aura/engine/run.sh
ExecStop=/opt/aura/engine/guru.py --shutdown --quiet
Restart=always
[Install]
WantedBy=multi-user.target
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