[odrs-web/oscp] Modify the start command for httpd



commit ebb8e063bd875a0041aa9723979d44665e7bd0b0
Author: Andrea Veri <averi redhat com>
Date:   Mon Nov 12 21:59:26 2018 +0100

    Modify the start command for httpd

 entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/entrypoint.sh b/entrypoint.sh
index cd40ddc..d0ab4f1 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -5,4 +5,4 @@ sed -i "s/replace_odrs_username/${ODRS_DB_USER}/" /etc/apache2/conf.d/000-defaul
 sed -i "s/replace_odrs_password/${ODRS_DB_PASSWORD}/" /etc/apache2/conf.d/000-default.conf
 sed -i "s/replace_odrs_host/${ODRS_DB_HOST}/" /etc/apache2/conf.d/000-default.conf
 
-exec httpd -DFOREGROUND
+exec httpd -k start


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]