lighttpd: fix systemd service file permission
Systemd service files don't need to be +x so switch the installation to mode 644. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ff51f3734b
commit
e18b317770
@ -98,7 +98,7 @@ endef
|
|||||||
|
|
||||||
define LIGHTTPD_INSTALL_INIT_SYSTEMD
|
define LIGHTTPD_INSTALL_INIT_SYSTEMD
|
||||||
[ -f $(TARGET_DIR)/etc/systemd/system/lighttpd.service ] || \
|
[ -f $(TARGET_DIR)/etc/systemd/system/lighttpd.service ] || \
|
||||||
$(INSTALL) -D -m 755 package/lighttpd/lighttpd.service \
|
$(INSTALL) -D -m 644 package/lighttpd/lighttpd.service \
|
||||||
$(TARGET_DIR)/etc/systemd/system/lighttpd.service
|
$(TARGET_DIR)/etc/systemd/system/lighttpd.service
|
||||||
|
|
||||||
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
||||||
|
Loading…
Reference in New Issue
Block a user