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