openldap/slapd.service
2014-02-20 08:38:44 +01:00

13 lines
284 B
Desktop File

[Unit]
Description=OpenLDAP Server Daemon
After=syslog.target network.target
[Service]
Type=forking
PIDFile=/var/run/openldap/slapd.pid
ExecStartPre=/usr/libexec/openldap/check-config.sh
ExecStart=/usr/sbin/slapd -u ldap -h "ldap:/// ldapi:///"
[Install]
WantedBy=multi-user.target