SHA256
1
0
forked from pool/apache2

Accepting request 309875 from home:elvigia:branches:Apache

- apache2.service: Only order us after network.target and 
  nss-lookup.target but not pull the units in.
- apache2.service: SSL requires correct system time to
  work properly, order after time-sync.target

OBS-URL: https://build.opensuse.org/request/show/309875
OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=448
This commit is contained in:
Kristyna Streitova 2015-06-03 16:19:51 +00:00 committed by Git OBS Bridge
parent 1c66eaf9ed
commit 20d9617863
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jun 2 23:17:40 UTC 2015 - crrodriguez@opensuse.org
- apache2.service: Only order us after network.target and
nss-lookup.target but not pull the units in.
- apache2.service: SSL requires correct system time to
work properly, order after time-sync.target
-------------------------------------------------------------------
Tue May 26 11:57:44 UTC 2015 - pgajdos@suse.com

View File

@ -1,7 +1,6 @@
[Unit]
Description=The Apache Webserver
Wants=network.target nss-lookup.target
After=network.target nss-lookup.target
After=network.target nss-lookup.target time-sync.target
Before=getty@tty1.service plymouth-quit.service xdm.service
[Service]