nss-pam-ldapd: correctly exec nslcd in runit service
This commit is contained in:
parent
c90bdb83db
commit
fb13b69cbc
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
mkdir -p /var/run/nslcd
|
mkdir -p /var/run/nslcd
|
||||||
chown nslcd:nslcd /var/run/nslcd
|
chown nslcd:nslcd /var/run/nslcd
|
||||||
chpst -u nslcd:nslcd nslcd -n
|
exec chpst -u nslcd:nslcd nslcd -n
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nss-pam-ldapd'
|
# Template file for 'nss-pam-ldapd'
|
||||||
pkgname=nss-pam-ldapd
|
pkgname=nss-pam-ldapd
|
||||||
version=0.9.6
|
version=0.9.6
|
||||||
revision=3
|
revision=4
|
||||||
only_for_archs="i686 x86_64 armv6l armv7l aarch64"
|
only_for_archs="i686 x86_64 armv6l armv7l aarch64"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-sasl --enable-kerberos --with-pam-seclib-dir=/usr/lib/security/"
|
configure_args="--enable-sasl --enable-kerberos --with-pam-seclib-dir=/usr/lib/security/"
|
||||||
|
|
Loading…
Reference in a new issue