Revision 21ac0e48
Added by Marc Dequènes over 14 years ago
- ID 21ac0e4864efd1adbe47899b37573debad7f72cd
bin/postman_daemon | ||
---|---|---|
$: << File.join(File.dirname(__FILE__), "..", "lib")
|
||
|
||
require 'daemons'
|
||
require 'cyborghood/config_setup'
|
||
require 'cyborghood/base/config_setup'
|
||
|
||
options = {
|
||
:app_name => "CyborgHood_Postman",
|
Also available in: Unified diff
[fix] forgot to adapt 'bin/postman_daemon'