Blame SOURCES/slapd.service

f5419d
[Unit]
f5419d
Description=OpenLDAP Server Daemon
f5419d
After=syslog.target network-online.target
f5419d
Documentation=man:slapd
f5419d
Documentation=man:slapd-config
f5419d
Documentation=man:slapd-hdb
f5419d
Documentation=man:slapd-mdb
f5419d
Documentation=file:///usr/share/doc/openldap-servers/guide.html
f5419d
f5419d
[Service]
f5419d
Type=forking
f5419d
PIDFile=/var/run/openldap/slapd.pid
f5419d
Environment="SLAPD_URLS=ldap:/// ldapi:///" "SLAPD_OPTIONS="
f5419d
EnvironmentFile=/etc/sysconfig/slapd
f5419d
ExecStartPre=/usr/libexec/openldap/check-config.sh
f5419d
ExecStart=/usr/sbin/slapd -u ldap -h ${SLAPD_URLS} $SLAPD_OPTIONS
f5419d
f5419d
[Install]
f5419d
WantedBy=multi-user.target