From: Andrey Smirnov Date: Thu, 24 Aug 2017 21:41:52 +0000 (-0700) Subject: package/nss-pam-ldapd: Do not mark .service file executable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06cf5c1812e13e9ffd5d4040f2dbaf0f41a8e181;p=buildroot.git package/nss-pam-ldapd: Do not mark .service file executable Do not mark .service file executable, otherwise systemd will give us a warning about it. Signed-off-by: Andrey Smirnov Signed-off-by: Thomas Petazzoni --- diff --git a/package/nss-pam-ldapd/nss-pam-ldapd.mk b/package/nss-pam-ldapd/nss-pam-ldapd.mk index 1c4f73521a..3eddb5e2a1 100644 --- a/package/nss-pam-ldapd/nss-pam-ldapd.mk +++ b/package/nss-pam-ldapd/nss-pam-ldapd.mk @@ -27,7 +27,7 @@ NSS_PAM_LDAPD_CONF_OPTS += --disable-pam endif define NSS_PAM_LDAPD_INSTALL_INIT_SYSTEMD - $(INSTALL) -m 755 -D package/nss-pam-ldapd/nslcd.service \ + $(INSTALL) -m 644 -D package/nss-pam-ldapd/nslcd.service \ $(TARGET_DIR)/usr/lib/systemd/system/nslcd.service mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants ln -fs ../../../../usr/lib/systemd/system/nslcd.service \