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

Updated systemd services.

parent a401ade6
No related branches found
No related tags found
No related merge requests found
[Unit] [Unit]
Description=Aura Engine Playout Server Description=Aura Engine - Playout Server
After=network.target After=network.target
[Service] [Service]
Type=simple Type=simple
User=gg User=david
WorkingDirectory=/home/gg/PycharmProjects/engine WorkingDirectory=/home/david/Code/aura/engine
ExecStart=/home/gg/PycharmProjects/engine/aura.py ExecStart=/home/david/Code/aura/engine/aura.py
ExecStop=/home/gg/PycharmProjects/engine/guru.py --shutdown --quiet ExecStop=/home/david/Code/aura/engine/guru.py --shutdown --quiet
Restart=always Restart=always
[Install] [Install]
......
[Unit] [Unit]
Description=Aura Engine Playout Server Description=Aura Engine - Liquidsoap Server
After=network.target aura-engine.service After=network.target aura-engine.service
Wants=aura-engine.service Wants=aura-engine.service
[Service] [Service]
Type=simple Type=simple
User=gg User=david
ExecStart=/usr/bin/liquidsoap /home/gg/PycharmProjects/engine/modules/liquidsoap/engine.liq ExecStart=/usr/bin/liquidsoap /home/david/Code/aura/engine/modules/liquidsoap/engine.liq
Restart=always Restart=always
[Install] [Install]
......
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