Skip to content

Commit

Permalink
Adding a link the puma-daemon ruby gem/description (#3095)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Mar 14, 2023
1 parent 113b2e5 commit 00e1f32
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,11 +354,13 @@ end

## Deployment

Puma has support for Capistrano with an [external gem](https://github.com/seuros/capistrano-puma).
* Puma has support for Capistrano with an [external gem](https://github.com/seuros/capistrano-puma).

* Additionally, Puma has support for built-in daemonization via the [puma-daemon](https://github.com/kigster/puma-daemon) ruby gem. The gem restores the `daemonize` option that was removed from Puma starting version 5, but only for MRI Ruby.


It is common to use process monitors with Puma. Modern process monitors like systemd or rc.d
provide continuous monitoring and restarts for increased
reliability in production environments:
provide continuous monitoring and restarts for increased reliability in production environments:

* [rc.d](docs/jungle/rc.d/README.md)
* [systemd](docs/systemd.md)
Expand Down

0 comments on commit 00e1f32

Please sign in to comment.