From: Gustavo Zacarias Date: Wed, 4 Dec 2013 10:37:27 +0000 (-0300) Subject: lighttpd: fix systemd service file permission X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e18b3177702e071ed5385e821a0bef937ff67570;p=buildroot.git 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 Signed-off-by: Peter Korsgaard --- diff --git a/package/lighttpd/lighttpd.mk b/package/lighttpd/lighttpd.mk index c820a735e3..70421cf077 100644 --- a/package/lighttpd/lighttpd.mk +++ b/package/lighttpd/lighttpd.mk @@ -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