diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | systemd/mpd.service.in (renamed from mpd.service.in) | 0 |
4 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 9b052a29f..d744d3833 100644 --- a/.gitignore +++ b/.gitignore @@ -32,8 +32,8 @@ ltmain.sh missing mkinstalldirs /test-driver -mpd -mpd.service +/src/mpd +/systemd/mpd.service stamp-h1 tags *~ diff --git a/Makefile.am b/Makefile.am index ed782259e..e21a1f920 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1185,7 +1185,7 @@ FILTER_LIBS = \ if HAVE_SYSTEMD systemdsystemunit_DATA = \ - mpd.service + systemd/mpd.service endif # diff --git a/configure.ac b/configure.ac index d65839a40..7fa1e3522 100644 --- a/configure.ac +++ b/configure.ac @@ -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.' diff --git a/mpd.service.in b/systemd/mpd.service.in index 65fffa7bb..65fffa7bb 100644 --- a/mpd.service.in +++ b/systemd/mpd.service.in |