2011-10-25 15:22:17 +00:00
|
|
|
[Unit]
|
|
|
|
Description=OpenLDAP Server Daemon
|
2016-10-14 16:44:55 +00:00
|
|
|
After=syslog.target network-online.target
|
2014-02-20 07:41:48 +00:00
|
|
|
Documentation=man:slapd
|
|
|
|
Documentation=man:slapd-config
|
|
|
|
Documentation=man:slapd-mdb
|
|
|
|
Documentation=file:///usr/share/doc/openldap-servers/guide.html
|
2011-10-25 15:22:17 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
2012-02-15 08:10:16 +00:00
|
|
|
ExecStartPre=/usr/libexec/openldap/check-config.sh
|
2014-06-09 07:29:34 +00:00
|
|
|
ExecStart=/usr/sbin/slapd -u ldap -h "ldap:/// ldaps:/// ldapi:///"
|
2011-10-25 15:22:17 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
2014-02-20 07:43:54 +00:00
|
|
|
Alias=openldap.service
|