]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/minidlna: Do not mark .service file executable
authorAndrey Smirnov <andrew.smirnov@gmail.com>
Thu, 24 Aug 2017 21:41:50 +0000 (14:41 -0700)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 6 Sep 2017 10:30:04 +0000 (12:30 +0200)
Do not mark .service file executable, otherwise systemd
will give us a warning about it.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit fb825fbaf9dabce2b22c9a32645802f8f64fca23)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/minidlna/minidlna.mk

index 0e765e80f79fe2f25ce6f724c9f9897581731e14..c67373fd14d3bfe8dbb3236da918737e1d00cf0c 100644 (file)
@@ -29,7 +29,7 @@ define MINIDLNA_INSTALL_INIT_SYSV
 endef
 
 define MINIDLNA_INSTALL_INIT_SYSTEMD
-       $(INSTALL) -D -m 0755 package/minidlna/minidlnad.service \
+       $(INSTALL) -D -m 0644 package/minidlna/minidlnad.service \
                $(TARGET_DIR)/usr/lib/systemd/system/minidlnad.service
 
        mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants