fix: slapd.service should ensure that network is up before starting
Resolves: #946921
This commit is contained in:
parent
8e640ac8d6
commit
645d16ca61
@ -646,6 +646,7 @@ exit 0
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Apr 02 2013 Jan Synáček <jsynacek@redhat.com> 2.4.35-1
|
* Tue Apr 02 2013 Jan Synáček <jsynacek@redhat.com> 2.4.35-1
|
||||||
- new upstream release (#947235)
|
- new upstream release (#947235)
|
||||||
|
- fix: slapd.service should ensure that network is up before starting (#946921)
|
||||||
|
|
||||||
* Mon Mar 18 2013 Jan Synáček <jsynacek@redhat.com> 2.4.34-2
|
* Mon Mar 18 2013 Jan Synáček <jsynacek@redhat.com> 2.4.34-2
|
||||||
- fix: syncrepl push DELETE operation does not recover (#920482)
|
- fix: syncrepl push DELETE operation does not recover (#920482)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=OpenLDAP Server Daemon
|
Description=OpenLDAP Server Daemon
|
||||||
After=syslog.target
|
After=syslog.target network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
Loading…
Reference in New Issue
Block a user