burke / zeus

Boot any rails app in under a second.
MIT License
3.33k stars 231 forks source link

Allow zeus to run in daemonized mode #577

Closed thedrow closed 7 years ago

thedrow commented 8 years ago

This will be useful for CI because we won't need to load the Ruby environment multiple times.

sideshowcoder commented 7 years ago

With the changes made recently to allow more easily embedding zeus running with #625 simple output and redirecting to a file should work here, potentially wrapping with nohup should do the trick.