mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fix typo in DEPLOYMENT.md
This commit is contained in:
parent
32e67f930b
commit
664ade95da
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ you've got capacity still but aren't starving threads.
|
|||
|
||||
## Daemonizing
|
||||
|
||||
I prefer to not daemonize my servers and use something like `runit` or `upstrart` to
|
||||
I prefer to not daemonize my servers and use something like `runit` or `upstart` to
|
||||
monitor them as child processes. This gives them fast response to crashes and
|
||||
makes it easy to figure out what is going on. Additionally, unlike `unicorn`,
|
||||
puma does not require daemonization to do zero-downtime restarts.
|
||||
|
|
Loading…
Reference in a new issue