提交 ad7cd8fb 编写于 作者: J Jacob Vosmaer

Merge pull request #6222 from nickryand/background_init

Removed the backgrounding of the unicorn_rails startup scripts
......@@ -167,7 +167,7 @@ start_gitlab() {
# 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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册