diff --git a/apache2.changes b/apache2.changes index 452c8fe..3819231 100644 --- a/apache2.changes +++ b/apache2.changes @@ -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 diff --git a/apache2.service b/apache2.service index 3d59bd6..a4a26a9 100644 --- a/apache2.service +++ b/apache2.service @@ -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]