Skip to content

Commit 6f6e011

Browse files
committed
Fixed -e for puma
1 parent 33433b6 commit 6f6e011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.d/gitlab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
APP_ROOT="/home/git/gitlab"
19-
DAEMON_OPTS="-C $APP_ROOT/config/puma.rb -E production"
19+
DAEMON_OPTS="-C $APP_ROOT/config/puma.rb -e production"
2020
PID_PATH="$APP_ROOT/tmp/pids"
2121
WEB_SERVER_PID="$PID_PATH/puma.pid"
2222
SIDEKIQ_PID="$PID_PATH/sidekiq.pid"

0 commit comments

Comments
 (0)