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-02-04 20:42:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-04 20:42:58 +0300
commit7114ad8ea2418f8fdc4741c8b7f5b551bcc467a7 (patch)
tree589d36c0e93fddcea736dd6cb085a89252c6501a /bin
parent0b4b96be1f12bf2a0b9b561daba716e0468a9e61 (diff)
Add latest changes from gitlab-org/gitlab@13-8-stable-ee
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()