blob: 3427b87e936e14af97035b8a434888022cb91174 [file] [log] [blame]
[Unit]
Description=OpenLDAP Server Daemon
After=network.target
[Service]
Type=forking
PIDFile=/run/openldap/slapd.pid
ExecStartPre=/usr/sbin/slaptest -Q -u $SLAPD_OPTIONS
ExecStart=/usr/lib/openldap/slapd -u ldap -h ${SLAPD_URLS} $SLAPD_OPTIONS
[Install]
WantedBy=multi-user.target