xref: /netbsd-src/external/bsd/openldap/dist/servers/lloadd/lloadd.service (revision e670fd5c413e99c2f6a37901bb21c537fcd322d2)
1*e670fd5cSchristos[Unit]
2*e670fd5cSchristosDescription=LDAP Load Balancer Daemon
3*e670fd5cSchristosAfter=syslog.target network-online.target
4*e670fd5cSchristosDocumentation=man:lloadd.conf
5*e670fd5cSchristos
6*e670fd5cSchristos[Service]
7*e670fd5cSchristosType=notify
8*e670fd5cSchristosEnvironment="LLOADD_URLS=ldap:/// ldapi:///" "LLOADD_OPTIONS="
9*e670fd5cSchristosEnvironmentFile=/etc/sysconfig/lloadd
10*e670fd5cSchristosExecStart=%LIBEXECDIR%/lloadd -d 0 -h ${LLOADD_URLS} $LLOADD_OPTIONS
11*e670fd5cSchristos
12*e670fd5cSchristos[Install]
13*e670fd5cSchristosWantedBy=multi-user.target
14