package/rsyslog: install systemd service file with correct permissions

Signed-off-by: Jared Bents <jared.bents@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Jared Bents 2022-05-11 09:22:28 -05:00 committed by Thomas Petazzoni
parent 235acd628a
commit d51d4378ba

View File

@ -145,7 +145,7 @@ RSYSLOG_CONF_OPTS += \
endif
define RSYSLOG_INSTALL_INIT_SYSTEMD
$(INSTALL) -m 0755 -D package/rsyslog/rsyslog.service \
$(INSTALL) -m 0644 -D package/rsyslog/rsyslog.service \
$(TARGET_DIR)/usr/lib/systemd/system/rsyslog.service
endef