diff options
author | Nick Downs <nickryand@gmail.com> | 2014-01-31 21:14:05 -0800 |
---|---|---|
committer | Nick Downs <nickryand@gmail.com> | 2014-03-25 10:40:44 -0700 |
commit | 73a987ea6bedd569e24f37d323883a7dbeb3ae56 (patch) | |
tree | be92a57ca226b40263385745524e4acfe90d8fe8 /lib/support | |
parent | 5fc3d746d22ffafb881187a7ce5280d973a1cad4 (diff) | |
download | gitlab-ce-73a987ea6bedd569e24f37d323883a7dbeb3ae56.tar.gz |
Removed the backgrounding of the unicorn_rails webapp start call.
Diffstat (limited to 'lib/support')
-rwxr-xr-x | lib/support/init.d/gitlab | 2 |
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. |