ansible/roles/music/templates/bitvis-tee.service
polyfloyd b85f878201
Some checks failed
Test / build (push) Failing after 1m0s
music: Add bitvis
2025-05-18 19:39:07 +02:00

15 lines
337 B
Desktop File

[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