mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
13 lines
348 B
Desktop File
13 lines
348 B
Desktop File
[Unit]
|
|
Description=LDAP Load Balancer Daemon
|
|
After=syslog.target network-online.target
|
|
Documentation=man:lloadd.conf
|
|
|
|
[Service]
|
|
Type=notify
|
|
Environment="LLOADD_URLS=ldap:/// ldapi:///" "LLOADD_OPTIONS="
|
|
EnvironmentFile=/etc/sysconfig/lloadd
|
|
ExecStart=%LIBEXECDIR%/lloadd -d 0 -h ${LLOADD_URLS} $LLOADD_OPTIONS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|