Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
53e22b81
Commit
53e22b81
authored
Dec 13, 2016
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
systemd: add "system" sub directory
parent
3fc9d50a
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
.gitignore
.gitignore
+1
-1
Makefile.am
Makefile.am
+2
-2
configure.ac
configure.ac
+1
-1
mpd.service.in
systemd/system/mpd.service.in
+0
-0
mpd.socket
systemd/system/mpd.socket
+0
-0
No files found.
.gitignore
View file @
53e22b81
...
...
@@ -35,7 +35,7 @@ tags
/mkinstalldirs
/build
/src/mpd
/systemd/mpd.service
/systemd/
system/
mpd.service
/stamp-h1
/src/dsd2pcm/dsd2pcm
...
...
Makefile.am
View file @
53e22b81
...
...
@@ -1449,8 +1449,8 @@ FILTER_LIBS = \
if
HAVE_SYSTEMD
systemdsystemunit_DATA
=
\
systemd/mpd.socket
\
systemd/mpd.service
systemd/
system/
mpd.socket
\
systemd/
system/
mpd.service
endif
...
...
configure.ac
View file @
53e22b81
...
...
@@ -1905,7 +1905,7 @@ dnl Generate files
dnl ---------------------------------------------------------------------------
AC_CONFIG_FILES(Makefile)
AC_CONFIG_FILES(doc/doxygen.conf)
AC_CONFIG_FILES(systemd/mpd.service)
AC_CONFIG_FILES(systemd/
system/
mpd.service)
AC_OUTPUT
echo 'MPD is ready for compilation, type "make" to begin.'
systemd/mpd.service.in
→
systemd/
system/
mpd.service.in
View file @
53e22b81
File moved
systemd/mpd.socket
→
systemd/
system/
mpd.socket
View file @
53e22b81
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment