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