music: Add bitvis

This commit is contained in:
polyfloyd 2025-05-18 19:39:07 +02:00
parent 82739c1ff0
commit b85f878201
9 changed files with 133 additions and 0 deletions

View file

@ -0,0 +1,15 @@
[Unit]
Description=Multiplexer for bitvis
Before=bitvis.service
After=bitvis-http.service
Requires=bitvis-http.service
PropagatesStopTo=bitvis.service
StopPropagatedFrom=bitvis.service
[Service]
Type=forking
ExecStart=/usr/bin/screen -dmS bitvis-tee /opt/bitvis-tee.sh
User={{ music_bitvis_user }}
[Install]
WantedBy=multi-user.target