Date: Wednesday, October 28, 2015 @ 00:53:12 Author: anatolik Revision: 249812
Start apache process in foreground Modified: apache/trunk/httpd.service ---------------+ httpd.service | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: httpd.service =================================================================== --- httpd.service 2015-10-27 22:40:56 UTC (rev 249811) +++ httpd.service 2015-10-27 23:53:12 UTC (rev 249812) @@ -3,9 +3,8 @@ After=network.target remote-fs.target nss-lookup.target [Service] -Type=forking -PIDFile=/run/httpd/httpd.pid -ExecStart=/usr/bin/apachectl start +Type=simple +ExecStart=/usr/bin/apachectl start -DFOREGROUND ExecStop=/usr/bin/apachectl graceful-stop ExecReload=/usr/bin/apachectl graceful PrivateTmp=true
