daemon_controller
daemon_controller copied to clipboard
A library for implementing daemon management capabilities.
Bumps [rake](https://github.com/ruby/rake) from 10.4.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...
Giving 'localhost' as host for the ping_command leads to endles ping on a 64 Bit CentOS 7 linux because the internal representation of the sock_addr seems to be incorrect (a...
Following code, I want to make sidekiq restart when I start rails. ``` rb log_file=Rails.root.join('log/sidekiq.log') pid_file=Rails.root.join('tmp/pids/sidekiq.pid') controller = DaemonController.new( :identifier => 'Sidekiq daemon', :start_command => "sidekiq -e #{Rails.env} -q default...
I have read README, it is fancy. But it seem like not worked for me. I have a `redis-server` binary file in $PATH, /usr/local/bin/redis-server. if I start redis with `redis-server...
Hi! I use your daemon_controller to start thinkin_sphinx plugin. I use this code http://michalkuklis.com/blog/ to start plugin. I have error in daemon_controller.rb in method kill_daemon_with_signal. "C:/Ruby/lib/ruby/gems/1.8/gems/daemon_controller-0.2.1/lib/daemon_controller.rb:362:in `kill' : Invalid argument...