15 lines
337 B
Desktop File
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
|