summaryrefslogtreecommitdiffstats
path: root/servers/lloadd/lloadd.service
blob: 062b8caa7d571031bff9ae63055923ff8deb3a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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