diff options
author | David Runge <dave@sleepmap.de> | 2016-06-03 23:50:04 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2016-06-03 23:50:04 +0200 |
commit | f3ef116c1ded619adaa41d5bf94e414bbabd4a9b (patch) | |
tree | 81afadbf24d5fb4dfdd1aba1d4291104f0937ae0 /user/mpd-new.service | |
parent | c44c182f3a75f60d4884359c5bd2782468ee72bc (diff) | |
download | uenv-f3ef116c1ded619adaa41d5bf94e414bbabd4a9b.tar.gz uenv-f3ef116c1ded619adaa41d5bf94e414bbabd4a9b.tar.bz2 uenv-f3ef116c1ded619adaa41d5bf94e414bbabd4a9b.tar.xz uenv-f3ef116c1ded619adaa41d5bf94e414bbabd4a9b.zip |
user/mpd{@,-new}.service: Unifying all template based approaches in mpd@.service. scripts/mpd-pulse: Adding script to start/stop a pax11publish connection to the given host, if it's not an extension of hostname or localhost.
Diffstat (limited to 'user/mpd-new.service')
-rw-r--r-- | user/mpd-new.service | 15 |
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 |