nss-pam-ldapd: correctly exec nslcd in runit service
This commit is contained in:
parent
c90bdb83db
commit
fb13b69cbc
|
@ -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
|
||||
|
|
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue