38f0a65e67
The client tools parameters '-h' and '-p' are officially deprecated, please, use '-H' parameter instead. Related: rhbz#2094159
17 lines
435 B
Desktop File
17 lines
435 B
Desktop File
[Unit]
|
|
Description=OpenLDAP Server Daemon
|
|
After=syslog.target network-online.target
|
|
Documentation=man:slapd
|
|
Documentation=man:slapd-config
|
|
Documentation=man:slapd-mdb
|
|
Documentation=file:///usr/share/doc/openldap-servers/guide.html
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStartPre=/usr/libexec/openldap/check-config.sh
|
|
ExecStart=/usr/sbin/slapd -u ldap -h "ldap:/// ldaps:/// ldapi:///"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=openldap.service
|