X-Git-Url: https://git.sev.monster/aports.git/blobdiff_plain/4543e0528abbadfd42e04b6952676bd6da3f18b0..54b501a54925ca24c0d842bdc897067c3dc2b796:/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() {