]> git.pld-linux.org Git - packages/mpd.git/commitdiff
package systemd user service
authorJan Palus <atler@pld-linux.org>
Fri, 2 Feb 2018 10:00:43 +0000 (11:00 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 2 Feb 2018 10:00:43 +0000 (11:00 +0100)
mpd.spec

index f986a2e52af073d57001abe9c27a6b2269d58ae0..daaf51958abcdc18ee410410b730b68c405c09f3 100644 (file)
--- a/mpd.spec
+++ b/mpd.spec
@@ -243,7 +243,8 @@ GME_CFLAGS="-I/usr/include/gme" GME_LIBS="-lgme" \
        --enable-zzip \
        --with-zeroconf=avahi \
        --without-tremor \
-       --with-systemdsystemunitdir=%{systemdunitdir}
+       --with-systemdsystemunitdir=%{systemdunitdir} \
+       --with-systemduserunitdir=%{systemduserunitdir}
 %{__make}
 
 %install
@@ -312,6 +313,7 @@ fi
 %{systemdtmpfilesdir}/%{name}.conf
 %{systemdunitdir}/mpd.service
 %{systemdunitdir}/mpd.socket
+%{systemduserunitdir}/mpd.service
 %dir %attr(770,root,mpd) /var/lib/%{name}
 %dir %attr(770,root,mpd) /var/lib/%{name}/playlists
 %dir %attr(751,root,root) /var/log/%{name}
This page took 0.13401 seconds and 4 git commands to generate.