rsyslog: install systemd services links

Signed-off-by: Thierry Bultel <tbultel@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thierry Bultel 2014-12-12 23:39:56 +01:00 committed by Thomas Petazzoni
parent 143119c0ef
commit 7e86a2fcc6

View File

@ -43,6 +43,14 @@ define RSYSLOG_INSTALL_INIT_SYSV
$(TARGET_DIR)/etc/init.d/S01rsyslog
endef
define RSYSLOG_INSTALL_INIT_SYSTEMD
ln -sf /lib/systemd/system/rsyslog.service \
$(TARGET_DIR)/etc/systemd/system/syslog.service
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
ln -sf ../syslog.service \
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/syslog.service
endef
define RSYSLOG_INSTALL_CONF
$(INSTALL) -m 0644 -D $(@D)/platform/redhat/rsyslog.conf \
$(TARGET_DIR)/etc/rsyslog.conf