X-Git-Url: https://git.sev.monster/aports.git/blobdiff_plain/16de2752db8427a1c0b4b1bdcd4a3ab465649089..HEAD:/testing/web2ldap/web2ldap.initd diff --git a/testing/web2ldap/web2ldap.initd b/testing/web2ldap/web2ldap.initd index 44264e5..8030785 100644 --- a/testing/web2ldap/web2ldap.initd +++ b/testing/web2ldap/web2ldap.initd @@ -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() {