Source code change
Puma 5.0 removed eaemonization without replacement and finally capistrano3-puma start using systemd to manage the puma server and here is need to do to upgrade puma 4 to puma 5.
|
Enable deployer user sudo.
|
Enable systemd puma.service
|
NLS_LANG setting for systemd
Modify systemd.conf at /etc/systemd/system.conf
|