mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 04:13:06 +02:00
5 lines
90 B
Bash
5 lines
90 B
Bash
#!/bin/sh
|
|
|
|
[ -r ./conf ] && . ./conf
|
|
|
|
exec chpst -u _netauth_ldap:_netauth_ldap ldap 2>&1
|