Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-23 15:08:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-23 15:08:56 +0300
commita889726e72af5e859edad527eb7cae57d6ef9003 (patch)
treebf1b7f2a7d933fda765b792eb6083fb992e362bd /bin
parent4b97667391e9f3962644763541fe9d378fbdbbb6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'bin')
-rwxr-xr-xbin/web_puma2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/web_puma b/bin/web_puma
index 29d72cd4a41..6a9b729f6dd 100755
--- a/bin/web_puma
+++ b/bin/web_puma
@@ -25,7 +25,7 @@ get_puma_pid()
start()
{
- spawn_puma -d
+ spawn_puma &
}
start_foreground()