mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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
|