xref: /netbsd-src/external/bsd/openldap/dist/servers/lloadd/lloadd.service (revision e670fd5c413e99c2f6a37901bb21c537fcd322d2)
1[Unit]
2Description=LDAP Load Balancer Daemon
3After=syslog.target network-online.target
4Documentation=man:lloadd.conf
5
6[Service]
7Type=notify
8Environment="LLOADD_URLS=ldap:/// ldapi:///" "LLOADD_OPTIONS="
9EnvironmentFile=/etc/sysconfig/lloadd
10ExecStart=%LIBEXECDIR%/lloadd -d 0 -h ${LLOADD_URLS} $LLOADD_OPTIONS
11
12[Install]
13WantedBy=multi-user.target
14