mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
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 <andrew.smirnov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit 06cf5c1812)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
c565971bd7
commit
aac336dfd7
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user