Sha256: 4f50e7fe590b617522990b094521bf326d46aa92f79d7ad5fc05e2fb89fad97d
Contents?: true
Size: 338 Bytes
Versions: 1
Compression:
Stored size: 338 Bytes
Contents
require 'rubygems' require 'daemons' # The Service controller. def start_service begin puts "-------------------------" puts "Starting RabbitHutch #1" Daemons.run(File.dirname(__FILE__) + '/lib/rabbithutch.rb') rescue SystemExit=>e puts e.inspect rescue Exception=>e puts e.inspect end end start_service()
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dafiti-rabbit-hutch-0.1.10 | lib/rabbithutchservice.rb |