Fix #2 - remove unnecessary unit files
This commit is contained in:
parent
94aa494184
commit
90663950f5
2 changed files with 0 additions and 22 deletions
|
@ -1,13 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Music Player Daemon
|
|
||||||
After=network.target sound.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
ExecStart=/usr/bin/mpd --no-daemon
|
|
||||||
|
|
||||||
# allow MPD to use real-time priority 50
|
|
||||||
LimitRTPRIO=50
|
|
||||||
LimitRTTIME=infinity
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=default.target
|
|
|
@ -1,9 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=AudoScrobbler client for MPD
|
|
||||||
After=mpd.service
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
ExecStart=/usr/bin/mpdas
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=default.target
|
|
Loading…
Reference in a new issue