351646d5bd
except when it already exists, of course
6 lines
100 B
Bash
6 lines
100 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
|
|
[ -r ./conf ] && . ./conf
|
|
|
|
exec chpst -u _netauth_ldap:_netauth_ldap ldap 2>&1
|