summaryrefslogtreecommitdiffstats
path: root/Services/apache/sx-httpd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Services/apache/sx-httpd.sh')
-rw-r--r--Services/apache/sx-httpd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/apache/sx-httpd.sh b/Services/apache/sx-httpd.sh
index 1adec4e..b850ee3 100644
--- a/Services/apache/sx-httpd.sh
+++ b/Services/apache/sx-httpd.sh
@@ -87,5 +87,5 @@ function stop_server {
function start_daemon {
echo "=> Starting httpd daemon ..." | tee -a $STARTUPLOG
display_container_started | tee -a $STARTUPLOG
- exec /usr/sbin/apachectl -D FOREGROUND
+ exec /usr/sbin/apachectl && tail -f $LOG_PATH/error.log
}