Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

[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