summaryrefslogtreecommitdiff
path: root/lib/support/init.d/gitlab
diff options
context:
space:
mode:
authorNick Downs <nickryand@gmail.com>2014-01-31 21:14:05 -0800
committerNick Downs <nickryand@gmail.com>2014-03-25 10:40:44 -0700
commit73a987ea6bedd569e24f37d323883a7dbeb3ae56 (patch)
treebe92a57ca226b40263385745524e4acfe90d8fe8 /lib/support/init.d/gitlab
parent5fc3d746d22ffafb881187a7ce5280d973a1cad4 (diff)
downloadgitlab-ce-73a987ea6bedd569e24f37d323883a7dbeb3ae56.tar.gz
Removed the backgrounding of the unicorn_rails webapp start call.
Diffstat (limited to 'lib/support/init.d/gitlab')
-rwxr-xr-xlib/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 ff584e69058..701db3e7d52 100755
--- a/lib/support/init.d/gitlab
+++ b/lib/support/init.d/gitlab
@@ -167,7 +167,7 @@ start() {
# Remove old socket if it exists
rm -f "$socket_path"/gitlab.socket 2>/dev/null
# Start the web server
- RAILS_ENV=$RAILS_ENV script/web start &
+ RAILS_ENV=$RAILS_ENV script/web start
fi
# If sidekiq is already running, don't start it again.