Closed thuehlinger closed 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.
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.