thuehlinger / daemons

Ruby daemons gem official repository
MIT License
648 stars 71 forks source link

`daemons` always exits with zero #78

Open trombik opened 4 years ago

trombik commented 4 years ago

even when something causes an error, the application exits with zero.

https://github.com/thuehlinger/daemons/blob/bf0ca25aa9ead5b451fbb9a111ff73f9bc5dd942/lib/daemons/cmdline.rb#L119-L129