diff options
author | Max Kellermann <max@duempel.org> | 2014-01-27 08:50:59 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-27 08:55:42 +0100 |
commit | 0ab66db7b95cdcf5aa5223e1c55ff24d386aa833 (patch) | |
tree | 2bc2299ede606d218a9387ed0d4357d556aaeff1 | |
parent | f7669c201fc7afe651c82a062b46638b664054e3 (diff) |
move systemd unit to directory systemd/
-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 |