nss-pam-ldapd: correctly exec nslcd in runit service

This commit is contained in:
Dominik Honnef 2016-05-27 14:14:27 +02:00
parent c90bdb83db
commit fb13b69cbc
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
mkdir -p /var/run/nslcd
chown nslcd:nslcd /var/run/nslcd
chpst -u nslcd:nslcd nslcd -n
exec chpst -u nslcd:nslcd nslcd -n

View File

@ -1,7 +1,7 @@
# Template file for 'nss-pam-ldapd'
pkgname=nss-pam-ldapd
version=0.9.6
revision=3
revision=4
only_for_archs="i686 x86_64 armv6l armv7l aarch64"
build_style=gnu-configure
configure_args="--enable-sasl --enable-kerberos --with-pam-seclib-dir=/usr/lib/security/"