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
diff options
context:
space:
mode:
Diffstat (limited to 'bin/web_puma')
-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()