edd23fc115
Makes the activation of dante possible. Fixes issues with local link for DANTE. First implementation of audiopipeline in its own thread. Prevents Frontend from interrupting the audio stream. Openproject: #1040 #1069 #652 #1041 #1063 Reviewed-on: #31
17 lines
344 B
Desktop File
17 lines
344 B
Desktop File
[Unit]
|
|
Description=Auracast Multicast Script
|
|
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/home/caster/bumble-auracast
|
|
ExecStart=/home/caster/bumble-auracast/.venv/bin/python src/auracast/multicast_script.py
|
|
Restart=on-failure
|
|
Environment=PYTHONUNBUFFERED=1
|
|
Environment=LOG_LEVEL=INFO
|
|
AllowedCPUs=0
|
|
CPUAffinity=0
|
|
|
|
[Install]
|
|
WantedBy=default.target
|