1
0
Fork 0
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:
Joao Carlos 2014-07-02 20:42:09 +03:00
parent 32e67f930b
commit 664ade95da

View file

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