You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
572 B
19 lines
572 B
[Unit] |
|
Description=OpenLDAP Server Daemon |
|
After=syslog.target network-online.target |
|
Documentation=man:slapd |
|
Documentation=man:slapd-config |
|
Documentation=man:slapd-hdb |
|
Documentation=man:slapd-mdb |
|
Documentation=file:///usr/share/doc/openldap-servers/guide.html |
|
|
|
[Service] |
|
Type=forking |
|
PIDFile=/var/run/openldap/slapd.pid |
|
Environment="SLAPD_URLS=ldap:/// ldapi:///" "SLAPD_OPTIONS=" |
|
EnvironmentFile=/etc/sysconfig/slapd |
|
ExecStartPre=/usr/libexec/openldap/check-config.sh |
|
ExecStart=/usr/sbin/slapd -u ldap -h ${SLAPD_URLS} $SLAPD_OPTIONS |
|
|
|
[Install] |
|
WantedBy=multi-user.target
|
|
|