move systemd unit to directory systemd/

This commit is contained in:
Max Kellermann 2014-01-27 08:50:59 +01:00
parent f7669c201f
commit 0ab66db7b9
4 changed files with 4 additions and 4 deletions

4
.gitignore vendored
View File

@ -32,8 +32,8 @@ ltmain.sh
missing
mkinstalldirs
/test-driver
mpd
mpd.service
/src/mpd
/systemd/mpd.service
stamp-h1
tags
*~

View File

@ -1185,7 +1185,7 @@ FILTER_LIBS = \
if HAVE_SYSTEMD
systemdsystemunit_DATA = \
mpd.service
systemd/mpd.service
endif
#

View File

@ -1796,7 +1796,7 @@ dnl Generate files
dnl ---------------------------------------------------------------------------
AC_CONFIG_FILES(Makefile)
AC_CONFIG_FILES(doc/doxygen.conf)
AC_CONFIG_FILES(mpd.service)
AC_CONFIG_FILES(systemd/mpd.service)
AC_OUTPUT
echo 'MPD is ready for compilation, type "make" to begin.'