15 lines
417 B
Desktop File
15 lines
417 B
Desktop File
[Unit]
|
|
Description=OpenLDAP Server Daemon
|
|
After=syslog.target network-online.target
|
|
Documentation=man:slapd
|
|
Documentation=man:slapd-mdb
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/lib/openldap/slapd.pid
|
|
Environment="SLAPD_URLS=ldap:/// ldapi:/// ldaps:///"
|
|
Environment="SLAPD_OPTIONS=-F /etc/openldap/slapd.d"
|
|
ExecStart=/usr/libexec/slapd -u ldap -g ldap -h ${SLAPD_URLS} $SLAPD_OPTIONS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |