aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/mpd/run
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/mpd/run')
-rwxr-xr-xrepos/extra/mpd/run5
1 files changed, 0 insertions, 5 deletions
diff --git a/repos/extra/mpd/run b/repos/extra/mpd/run
deleted file mode 100755
index bc002d4f..00000000
--- a/repos/extra/mpd/run
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-exec 2>&1
-[ -r conf ] && . ./conf
-install -d -m 0755 -o mpd -g mpd /run/mpd
-exec mpd --no-daemon ${OPTS:-}