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