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.
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.