summaryrefslogtreecommitdiffstats
path: root/Services/couchbase/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Services/couchbase/run.sh')
-rw-r--r--Services/couchbase/run.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/Services/couchbase/run.sh b/Services/couchbase/run.sh
index f853ada..4794ee0 100644
--- a/Services/couchbase/run.sh
+++ b/Services/couchbase/run.sh
@@ -47,7 +47,8 @@ function end_config {
function start_daemon {
echo "=> Starting couchbase daemon ..." | tee -a $STARTUPLOG
display_container_started | tee -a $STARTUPLOG
- exec couchbase -u daemon -v
+# exec couchbase -u daemon -v
+exec tail -f /etc/redhat-release
}