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:
parent
143119c0ef
commit
7e86a2fcc6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user