summaryrefslogtreecommitdiff
path: root/lib/support
diff options
context:
space:
mode:
Diffstat (limited to 'lib/support')
-rw-r--r--lib/support/init.d/gitlab_unicorn2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/support/init.d/gitlab_unicorn b/lib/support/init.d/gitlab_unicorn
index 2b26a962a8a..219776c8684 100644
--- a/lib/support/init.d/gitlab_unicorn
+++ b/lib/support/init.d/gitlab_unicorn
@@ -17,7 +17,7 @@
APP_ROOT="/home/git/gitlab"
APP_USER="git"
-DAEMON_OPTS="-C $APP_ROOT/config/unicorn.rb -E production"
+DAEMON_OPTS="-c $APP_ROOT/config/unicorn.rb -E production"
PID_PATH="$APP_ROOT/tmp/pids"
SOCKET_PATH="$APP_ROOT/tmp/sockets"
WEB_SERVER_PID="$PID_PATH/unicorn.pid"