summaryrefslogtreecommitdiffstats
path: root/roles/obs/templates/start-background-music
diff options
context:
space:
mode:
Diffstat (limited to 'roles/obs/templates/start-background-music')
-rwxr-xr-xroles/obs/templates/start-background-music5
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/obs/templates/start-background-music b/roles/obs/templates/start-background-music
deleted file mode 100755
index af28208..0000000
--- a/roles/obs/templates/start-background-music
+++ /dev/null
@@ -1,5 +0,0 @@
-if screen -list | grep -q background; then
- echo "Already running in screen, attach with screen -x background"
-else
- screen -S background /bin/bash -c "mpv ~/stream/background.wav --loop=yes"
-fi