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
18 lines
480 B
Desktop File
18 lines
480 B
Desktop File
[Unit]
|
|
Description=Auracast Frontend HTTPS Server
|
|
# Ensure backend is running as a user service before starting frontend
|
|
After=auracast-server.service network.target
|
|
Wants=auracast-server.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/home/caster/bumble-auracast/src/auracast/server
|
|
ExecStart=/home/caster/bumble-auracast/src/auracast/server/start_frontend_https.sh
|
|
Restart=on-failure
|
|
Environment=LOG_LEVEL=INFO
|
|
AllowedCPUs=0
|
|
CPUAffinity=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|