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

Remove obsolete config.

parent 90fc9704
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/Code/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/Code/aura/engine
ExecStart=/opt/aura/engine/run.sh engine
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