Commit 86c45706 authored by Matthias Fechner's avatar Matthias Fechner

Use the shells background feature to put it into background.

Puma version 5 had removed the `-d` option.
This should fix #299570.
parent 30cf2c96
......@@ -25,7 +25,7 @@ get_puma_pid()
start()
{
spawn_puma -d
spawn_puma &
}
start_foreground()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment