From 20d9617863cd74020e125a249d123fac88e108ef1b5a02c3a239a65174b66993 Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Wed, 3 Jun 2015 16:19:51 +0000 Subject: [PATCH] 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 --- apache2.changes | 8 ++++++++ apache2.service | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) 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]