mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-18 04:44:17 -05:00
16 lines
392 B
SYSTEMD
16 lines
392 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=OpenLDAP Server Daemon
|
||
|
|
After=syslog.target network-online.target
|
||
|
|
Documentation=man:slapd
|
||
|
|
Documentation=man:slapd-config
|
||
|
|
Documentation=man:slapd-mdb
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=notify
|
||
|
|
Environment="SLAPD_URLS=ldap:/// ldapi:///" "SLAPD_OPTIONS="
|
||
|
|
EnvironmentFile=/etc/sysconfig/slapd
|
||
|
|
ExecStart=%LIBEXECDIR%/slapd -d 0 -h ${SLAPD_URLS} $SLAPD_OPTIONS
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|