kigster / puma-daemon

Puma (starting version 5) removed automatic demonization from the gem itself. This functionality was extracted to this gem, which supports Puma v5 and v6.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem PIDFILE not exists

igortice opened this issue · comments

when a use the actual version of lib, now server.pid not exists, when i run without the gem the comand pidfile ENV.fetch("PIDFILE") { "tmp/pids/server.pid" } works

image

@igortice Can you clarify what the issue is? Are you saying that you can not use puma daemon without the pidfile specified in the config file?