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.
MIT License
37 stars 6 forks source link

Problem PIDFILE not exists #20

Open igortice opened 1 year ago

igortice commented 1 year ago

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
kigster commented 1 year ago

@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?