From 6f4e1265cd110f04ab42b17c720667dcf2c0ce01 Mon Sep 17 00:00:00 2001
From: Richard Allred <richardmallred@gmail.com>
Date: Sat, 03 Aug 2019 22:43:56 +0200
Subject: [PATCH] update to use exec

---
 s2i-scripts/.s2i/bin/run |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/s2i-scripts/.s2i/bin/run b/s2i-scripts/.s2i/bin/run
new file mode 100644
index 0000000..f597543
--- /dev/null
+++ b/s2i-scripts/.s2i/bin/run
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+source ${HTTPD_CONTAINER_SCRIPTS_PATH}/common.sh
+
+export HTTPD_RUN_BY_S2I=1
+
+# Make Apache show 'debug' level logs during start up
+exec run-httpd -e debug $@

--
Gitblit v1.9.3