We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33433b6 commit 6f6e011Copy full SHA for 6f6e011
init.d/gitlab
@@ -16,7 +16,7 @@
16
17
18
APP_ROOT="/home/git/gitlab"
19
-DAEMON_OPTS="-C $APP_ROOT/config/puma.rb -E production"
+DAEMON_OPTS="-C $APP_ROOT/config/puma.rb -e production"
20
PID_PATH="$APP_ROOT/tmp/pids"
21
WEB_SERVER_PID="$PID_PATH/puma.pid"
22
SIDEKIQ_PID="$PID_PATH/sidekiq.pid"
0 commit comments