untitledkingdom / mina-puma

Puma tasks for Mina
MIT License
84 stars 40 forks source link

Update Puma invocation to remove daemonization option #29

Open gullariz12 opened 9 months ago

gullariz12 commented 9 months ago

Should I Daemonize

In response to the removal of daemonization support in Puma 5.0, this PR updates the Puma invocation in the deploy script to remove the -d option. This aligns with the preference not to daemonize servers and instead use process monitors like runit or systemd for better management and monitoring of Puma processes as child processes.