summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-08-24 23:23:08 +0200
committerLennart Poettering <lennart@poettering.net>2012-09-03 18:59:05 -0700
commitddffe892464b95630f2e1c9c6eefd6d30d36dec2 (patch)
tree34bd3f619b19f1fef6688edef290ec7c07ecc61b /Makefile.am
parent7e75c5ac2d607bd87818d1a3546ff6ae5c6c3859 (diff)
journal: don't pull in flush service from journald service
In the initrd we don't need the flush service hence don't attempt to pull it in.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 927d25f085..ae775c8c39 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2575,8 +2575,9 @@ journal-install-data-hook:
rm -f systemd-journald.socket && \
$(LN_S) ../systemd-journald.socket )
( cd $(DESTDIR)$(systemunitdir)/sysinit.target.wants && \
- rm -f systemd-journald.service && \
- $(LN_S) ../systemd-journald.service )
+ rm -f systemd-journald.service systemd-journal-flush.service && \
+ $(LN_S) ../systemd-journald.service && \
+ $(LN_S) ../systemd-journal-flush.service )
INSTALL_DATA_HOOKS += \
journal-install-data-hook