7 lines
100 B
Bash
7 lines
100 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
|
|
[ -r ./conf ] && . ./conf
|
|
|
|
exec chpst -u _netauth_ldap:_netauth_ldap ldap 2>&1
|