]> git.sev.monster Git - aports.git/blobdiff - testing/web2ldap/web2ldap.initd
testing/mympd: upgrade to 18.1.2
[aports.git] / testing / web2ldap / web2ldap.initd
index 44264e5763649eca05413760e036c3f596b0d6f9..8030785722a2657a77e31ede7e0696d5642777b9 100644 (file)
@@ -3,11 +3,13 @@
 name="web2ldap"
 description="Full-featured LDAP client running as web application"
 
-: ${command_user:="nobody:nogroup"}
+: ${host:="127.0.0.1"}
+: ${port:="1760"}
 
 command="/usr/bin/python3"
-command_args="-m web2ldap.wsgi $command_args"
+command_args="-m web2ldap $host $port $command_args"
 command_background=true
+: ${command_user:="nobody:nogroup"}
 pidfile="/run/web2ldap.pid"
 
 depends() {
This page took 0.041919 seconds and 4 git commands to generate.