]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
lighttpd: fix systemd service file permission
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 4 Dec 2013 10:37:27 +0000 (07:37 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 4 Dec 2013 10:50:41 +0000 (11:50 +0100)
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>
package/lighttpd/lighttpd.mk

index c820a735e35f0b67c0c3243764892230d79d0880..70421cf077102cf766650e6083c7407f01c2757e 100644 (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