Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2021-01-23 12:08:56 +00:00
parent 4b97667391
commit a889726e72
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ get_puma_pid()
start()
{
spawn_puma -d
spawn_puma &
}
start_foreground()