diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-13 09:10:22 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-13 09:10:22 -0700 |
commit | 81e6029406234267982d3516087133e215952e5e (patch) | |
tree | f0b16bea26a8f74ec628550c909fe038d415f26c /lib/support | |
parent | 419d1eac1fa3731810b551ef89f2c3d4c9cdbd92 (diff) | |
parent | 85e784cc1d3d44cdb553bc3be77a3522e6ae4603 (diff) | |
download | gitlab-ce-81e6029406234267982d3516087133e215952e5e.tar.gz |
Merge pull request #3897 from LyleE/puma-config-environment-fix
Fixed puma.rb environment setting
Diffstat (limited to 'lib/support')
-rw-r--r-- | lib/support/init.d/gitlab | 2 |
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" |