diff options
author | Max Kellermann <max@duempel.org> | 2014-02-12 21:22:36 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-12 21:22:36 +0100 |
commit | 9e02b13ab3b26ca1da6b1df2cf6ad9e9b281b2e0 (patch) | |
tree | c0f407866730f1607d64022c6819963bf6a7dfad /Makefile.am | |
parent | 5a486a940c069e3e9cafd7061c3d7b714ce9877e (diff) |
systemd: add socket activation files
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b8a709c07..8cf8ec5ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1250,6 +1250,7 @@ FILTER_LIBS = \ if HAVE_SYSTEMD systemdsystemunit_DATA = \ + systemd/mpd.socket \ systemd/mpd.service endif |