aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-27 08:50:59 +0100
committerMax Kellermann <max@duempel.org>2014-01-27 08:55:42 +0100
commit0ab66db7b95cdcf5aa5223e1c55ff24d386aa833 (patch)
tree2bc2299ede606d218a9387ed0d4357d556aaeff1 /configure.ac
parentf7669c201fc7afe651c82a062b46638b664054e3 (diff)
downloadmpd-0ab66db7b95cdcf5aa5223e1c55ff24d386aa833.tar.gz
mpd-0ab66db7b95cdcf5aa5223e1c55ff24d386aa833.tar.xz
mpd-0ab66db7b95cdcf5aa5223e1c55ff24d386aa833.zip
move systemd unit to directory systemd/
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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.'