1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/lib
Evan Phoenix 4d77ce8347 Add options to daemonize puma
Previously I was opposed to these options because I felt like puma
should always be run under another monitoring process. But after doing
some thinking (and some deployment of puma) I realized that the daemon
option is simply too useful to not include.

I highly suggest it be used with -w, so that if a worker crashes the
whole server doesn't mysteriously disappear.
2012-09-25 09:34:10 -07:00
..
puma Add options to daemonize puma 2012-09-25 09:34:10 -07:00
rack/handler Added the ability to set RACK_ENV when Puma is called from a Rack app and not through the CLI 2012-07-05 22:07:45 +01:00
puma.rb Remove non-required dirs from $LOAD_PATH 2012-01-08 16:48:51 -03:00