aboutsummaryrefslogtreecommitdiffstats
path: root/user/mpd-new.service
diff options
context:
space:
mode:
Diffstat (limited to 'user/mpd-new.service')
-rw-r--r--user/mpd-new.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/user/mpd-new.service b/user/mpd-new.service
deleted file mode 100644
index 730bc71..0000000
--- a/user/mpd-new.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Music Player Daemon
-After=network.target sound.target
-Conflicts=mpd@.service
-
-[Service]
-ExecStartPre=/usr/bin/mkdir -p %t/mpd
-ExecStart=/usr/bin/mpd --no-daemon
-CPUSchedulingPolicy=rr
-CPUSchedulingPriority=70
-LimitRTPRIO=50
-LimitRTTIME=infinity
-
-[Install]
-WantedBy=default.target