#!/sbin/openrc-run name="web2ldap" description="Full-featured LDAP client running as web application" : ${command_user:="nobody:nogroup"} command="/usr/bin/python3" command_args="-m web2ldap.wsgi $command_args" command_background=true pidfile="/run/web2ldap.pid" depends() { need net use ldap }