Date: Wednesday, December 2, 2015 @ 17:22:28 Author: anatolik Revision: 252119
FS#47110 Revert revision 249812 (start service as foreground process) Start service as foreground process causes issues with service restart. Revert the change until we fix that problem. Modified: apache/trunk/httpd.service ---------------+ httpd.service | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: httpd.service =================================================================== --- httpd.service 2015-12-02 16:03:34 UTC (rev 252118) +++ httpd.service 2015-12-02 16:22:28 UTC (rev 252119) @@ -3,8 +3,9 @@ After=network.target remote-fs.target nss-lookup.target [Service] -Type=simple -ExecStart=/usr/bin/apachectl start -DFOREGROUND +Type=forking +PIDFile=/run/httpd/httpd.pid +ExecStart=/usr/bin/apachectl start ExecStop=/usr/bin/apachectl graceful-stop ExecReload=/usr/bin/apachectl graceful PrivateTmp=true
