]> git.sev.monster Git - aports.git/blob - testing/web2ldap/web2ldap.initd
testing/py3-iso3166: fix tests
[aports.git] / testing / web2ldap / web2ldap.initd
1 #!/sbin/openrc-run
2
3 name="web2ldap"
4 description="Full-featured LDAP client running as web application"
5
6 : ${host:="127.0.0.1"}
7 : ${port:="1760"}
8
9 command="/usr/bin/python3"
10 command_args="-m web2ldap $host $port $command_args"
11 command_background=true
12 : ${command_user:="nobody:nogroup"}
13 pidfile="/run/web2ldap.pid"
14
15 depends() {
16         need net
17         use ldap
18 }
This page took 0.04313 seconds and 4 git commands to generate.