thuehlinger / daemons

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

stderr in case of no instances running #6

Closed thuehlinger closed 10 years ago

thuehlinger commented 10 years ago

in /lib/daemons/controller.rb

there are lines that would output an information that no "daemon" instances is running using "puts" function.

But that will make no stderr returned when use the script on Linux service.

Could you please use the funtion "abort" instead of "puts" so this would be more useful.