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