remove pid file and args file
We have systemd for that.
This commit is contained in:
parent
b724454515
commit
9a796804cd
@ -550,6 +550,7 @@ exit 0
|
|||||||
- remove openldap-syncrepl-unset-tls-options.patch
|
- remove openldap-syncrepl-unset-tls-options.patch
|
||||||
- remove unneeded configure flags, disable sql backend and aci
|
- remove unneeded configure flags, disable sql backend and aci
|
||||||
- make mdb default after a new installation
|
- make mdb default after a new installation
|
||||||
|
- remove pid file and args file
|
||||||
|
|
||||||
* Wed Dec 17 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.40-5
|
* Wed Dec 17 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.40-5
|
||||||
- harden the build
|
- harden the build
|
||||||
|
@ -6,8 +6,7 @@
|
|||||||
dn: cn=config
|
dn: cn=config
|
||||||
objectClass: olcGlobal
|
objectClass: olcGlobal
|
||||||
cn: config
|
cn: config
|
||||||
olcArgsFile: /var/run/openldap/slapd.args
|
|
||||||
olcPidFile: /var/run/openldap/slapd.pid
|
|
||||||
#
|
#
|
||||||
# TLS settings
|
# TLS settings
|
||||||
#
|
#
|
||||||
|
@ -9,7 +9,6 @@ Documentation=file:///usr/share/doc/openldap-servers/guide.html
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/var/run/openldap/slapd.pid
|
|
||||||
ExecStartPre=/usr/libexec/openldap/check-config.sh
|
ExecStartPre=/usr/libexec/openldap/check-config.sh
|
||||||
ExecStart=/usr/sbin/slapd -u ldap -h "ldap:/// ldaps:/// ldapi:///"
|
ExecStart=/usr/sbin/slapd -u ldap -h "ldap:/// ldaps:/// ldapi:///"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user