summaryrefslogtreecommitdiff
path: root/extra/mpd/rc.d
diff options
context:
space:
mode:
Diffstat (limited to 'extra/mpd/rc.d')
-rwxr-xr-xextra/mpd/rc.d2
1 files changed, 0 insertions, 2 deletions
diff --git a/extra/mpd/rc.d b/extra/mpd/rc.d
index 86f77419f..f00e16067 100755
--- a/extra/mpd/rc.d
+++ b/extra/mpd/rc.d
@@ -3,8 +3,6 @@
. /etc/rc.conf
. /etc/rc.d/functions
-[[ -d /run/mpd ]] || install -d -g mpd -o mpd /run/mpd
-
case "$1" in
start)
stat_busy 'Starting Music Player Daemon'