Closed diegosouza closed 9 years ago
Hello,
I've created a wrapper to syslog2jabber.rb called application.rb:
require 'daemons' Daemons.run('syslog2jabber.rb')
So, when I call it as:
ruby application.rb run
I get the following error:
/usr/lib64/ruby/2.0.0/psych.rb:299:in `initialize': No such file or directory - config.yml (Errno::ENOENT)
I'm sending you a fix, so it works with or without the wrapper script.
Good job. Thanks!
Hello,
I've created a wrapper to syslog2jabber.rb called application.rb:
So, when I call it as:
I get the following error:
/usr/lib64/ruby/2.0.0/psych.rb:299:in `initialize': No such file or directory - config.yml (Errno::ENOENT)
I'm sending you a fix, so it works with or without the wrapper script.