Revision 44648f83
Added by Marc Dequènes over 14 years ago
- ID 44648f836854c616d6b78a07abb0eeea8f637a4d
bin/postman_daemon | ||
---|---|---|
$: << File.join(File.dirname(__FILE__), "..", "lib")
|
||
|
||
require 'daemons'
|
||
require 'cyborghood/config'
|
||
require 'cyborghood/config_setup'
|
||
|
||
options = {
|
||
:app_name => "CyborgHood_Postman",
|
Also available in: Unified diff
[cleanup] split 'lib/cyborghood/base.rb' and reorganized requires a bit