7 lines
208 B
Plaintext
7 lines
208 B
Plaintext
|
[Service]
|
||
|
Type=forking
|
||
|
Environment="SLAPD_URLS=ldap:/// ldaps:/// ldapi:///" "SLAPD_OPTIONS="
|
||
|
EnvironmentFile=/etc/sysconfig/slapd
|
||
|
ExecStart=
|
||
|
ExecStart=/usr/sbin/slapd -u ldap -h ${SLAPD_URLS} $SLAPD_OPTIONS
|