Skip to content

Commit

Permalink
move systemd unit to directory systemd/
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Jan 27, 2014
1 parent f7669c2 commit 0ab66db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ ltmain.sh
missing
mkinstalldirs
/test-driver
mpd
mpd.service
/src/mpd
/systemd/mpd.service
stamp-h1
tags
*~
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ FILTER_LIBS = \

if HAVE_SYSTEMD
systemdsystemunit_DATA = \
mpd.service
systemd/mpd.service
endif

#
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
File renamed without changes.

0 comments on commit 0ab66db

Please sign in to comment.