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:
Gustavo Zacarias 2013-12-04 07:37:27 -03:00 committed by Peter Korsgaard
parent ff51f3734b
commit e18b317770

View file

@ -98,7 +98,7 @@ endef
define LIGHTTPD_INSTALL_INIT_SYSTEMD
[ -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
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants