Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLyle Entwistle <lyleentwistle@preloaded.com>2013-05-09 20:41:00 +0400
committerLyle Entwistle <lyleentwistle@preloaded.com>2013-05-09 20:41:00 +0400
commit85e784cc1d3d44cdb553bc3be77a3522e6ae4603 (patch)
treef4f2d8df3cf0c899e239a1b3ba30cdde0d18969b /lib/support/init.d
parent6e1ee1fea6400c3621005f1b79e1b8dab43cd000 (diff)
Fixed puma.rb environment setting, no need to specify 'production' in daemon options now
Diffstat (limited to 'lib/support/init.d')
-rw-r--r--lib/support/init.d/gitlab2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/support/init.d/gitlab b/lib/support/init.d/gitlab
index 9c922f85b6a..47996594e3b 100644
--- a/lib/support/init.d/gitlab
+++ b/lib/support/init.d/gitlab
@@ -17,7 +17,7 @@
APP_ROOT="/home/git/gitlab"
APP_USER="git"
-DAEMON_OPTS="-C $APP_ROOT/config/puma.rb -e production"
+DAEMON_OPTS="-C $APP_ROOT/config/puma.rb"
PID_PATH="$APP_ROOT/tmp/pids"
WEB_SERVER_PID="$PID_PATH/puma.pid"
SIDEKIQ_PID="$PID_PATH/sidekiq.pid"