fix: slapd.service should ensure that network is up before starting

Resolves: #946921
This commit is contained in:
Jan Synacek 2013-04-02 13:39:38 +02:00
parent 8e640ac8d6
commit 645d16ca61
2 changed files with 2 additions and 1 deletions

View File

@ -646,6 +646,7 @@ exit 0
%changelog
* Tue Apr 02 2013 Jan Synáček <jsynacek@redhat.com> 2.4.35-1
- 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
- fix: syncrepl push DELETE operation does not recover (#920482)

View File

@ -1,6 +1,6 @@
[Unit]
Description=OpenLDAP Server Daemon
After=syslog.target
After=syslog.target network.target
[Service]
Type=forking