Files
bumble-auracast/src/service/auracast-frontend.service
T
pober edd23fc115 feature/1040-dante-activation (#31)
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
2026-05-20 09:54:35 +00:00

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