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