Commit 73a987ea6bedd569e24f37d323883a7dbeb3ae56

Authored by Nick Downs
1 parent 5fc3d746

Removed the backgrounding of the unicorn_rails webapp start call.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/support/init.d/gitlab
... ... @@ -167,7 +167,7 @@ start() {
167 167 # Remove old socket if it exists
168 168 rm -f "$socket_path"/gitlab.socket 2>/dev/null
169 169 # Start the web server
170   - RAILS_ENV=$RAILS_ENV script/web start &
  170 + RAILS_ENV=$RAILS_ENV script/web start
171 171 fi
172 172  
173 173 # If sidekiq is already running, don't start it again.
... ...