summaryrefslogtreecommitdiffstats
path: root/data/systemd/Makefile.am
diff options
context:
space:
mode:
authorAles Kozumplik <akozumpl@redhat.com>2011-09-07 12:41:22 +0200
committerAles Kozumplik <akozumpl@redhat.com>2011-09-08 08:07:08 +0200
commit77ad52a7eb3c4a40b22e8feefae5bff939c122ce (patch)
treee9b0d89fc2d354a646aae57ed2bdd2e6f711c7af /data/systemd/Makefile.am
parent7ca041696e377d31e114e4695301e65651043db5 (diff)
downloadanaconda-77ad52a7eb3c4a40b22e8feefae5bff939c122ce.tar.gz
anaconda-77ad52a7eb3c4a40b22e8feefae5bff939c122ce.tar.xz
anaconda-77ad52a7eb3c4a40b22e8feefae5bff939c122ce.zip
systemd: anaconda.target wants rsyslog.service
Else systemd doesn't start rsyslogd and all the logs get dumped to ttys. Resolves: rhbz#736125
Diffstat (limited to 'data/systemd/Makefile.am')
-rw-r--r--data/systemd/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/systemd/Makefile.am b/data/systemd/Makefile.am
index 16975acf9..2042981a5 100644
--- a/data/systemd/Makefile.am
+++ b/data/systemd/Makefile.am
@@ -26,4 +26,5 @@ install-exec-local:
mkdir -p $(DESTDIR)/lib/systemd/system/anaconda.target.wants
ln -sf /lib/systemd/system/anaconda-shell.service $(DESTDIR)/lib/systemd/system/anaconda.target.wants
ln -sf /lib/systemd/system/loader.service $(DESTDIR)/lib/systemd/system/anaconda.target.wants
+ ln -sf /lib/systemd/system/rsyslog.service $(DESTDIR)/lib/systemd/system/anaconda.target.wants
ln -sf /lib/systemd/system/udev-settle.service $(DESTDIR)/lib/systemd/system/anaconda.target.wants