From 1507a69a98999541ee4f8a01034c53bbb1c4c969 Mon Sep 17 00:00:00 2001 From: Alexander Tolkachev Date: Tue, 4 Jul 2017 17:28:49 +0300 Subject: [PATCH] Fix issue with starting before network --- SOURCES/httpd.service | 1 + 1 file changed, 1 insertion(+) diff --git a/SOURCES/httpd.service b/SOURCES/httpd.service index 8e8e0cd..bdc3dde 100644 --- a/SOURCES/httpd.service +++ b/SOURCES/httpd.service @@ -1,5 +1,6 @@ [Unit] Description=Apache web server managed by cPanel EasyApache +After=network.target remote-fs.target nss-lookup.target ConditionPathExists=!/etc/httpddisable ConditionPathExists=!/etc/apachedisable ConditionPathExists=!/etc/httpdisable