search for: add_service

Displaying 2 results from an estimated 2 matches for "add_service".

Did you mean: add_a_service
2006 Mar 18
2
ANN: capistrano-runit-tasks 0.1.0
...the gem file available. The current TODO list is: * Make runner.create use file based templates * Intead of run "runsvctrl ..." have an sv helper method like sv :up, svc_dir * Setting for sv program to use, runsvctrl or sv * Automatically create log directories with custom templates * add_service(path, runner, logger = nil) helper function e.g. add_service(path, {:template => ''my_runner'', :port => 1234}) Which would set a custom runner and a standard logger * Allow add_service to create more than one directory to be supervised * Add task to automate switching f...
2006 Mar 23
4
ANN: capistrano-runit-tasks 0.2.0
...no-runit-tasks, available from http://rubyforge.org/projects/cappy-runit/ It now supports: * File based templates * sv as the service control command in addition to runsvctrl * A much simpler interface for creating additional services. More work still needs to be done though! == TODO * Allow add_service to create more than one directory to be supervised * Add task to automate switching from spinner * Make which servers the code runs on configurable * Make the rails env configurable * Allow creation of other files such as log/config * Add support for daemontools svc command * Make the RAILS_ENV con...