mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
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>
(cherry picked from commit d51d4378ba)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
8176126b0a
commit
d65d0d82ca
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user