Sha256: 958f38179cc246e3e36c31c7cf8df549f38e2b72be9b327f33c394879fdaf2d2

Contents?: true

Size: 549 Bytes

Versions: 114

Compression:

Stored size: 549 Bytes

Contents

lib_dir = File.expand_path(File.join(File.dirname(__FILE__), '../../lib'))

if File.exist?(File.join(lib_dir, 'daemons.rb'))
  $LOAD_PATH.unshift lib_dir
else
  begin; require 'rubygems'; rescue ::Exception; end
end

require 'daemons'


options = {
             :multiple   => false,
             :ontop      => false,
             :backtrace  => true,
             :log_output => true,
             :monitor    => true
           }
           
Daemons.run_proc('ctrl_proc.rb', options) do
  loop do
    puts 'ping from proc!'
    sleep(3)
  end
end

Version data entries

114 entries across 114 versions & 13 rubygems

Version Path
daemons-1.1.0 examples/run/ctrl_proc.rb
merb-core-1.1.2 spec10/public/webrat/test_app/gems/gems/daemons-1.0.10/examples/run/ctrl_proc.rb
merb-core-1.1.1 spec10/public/webrat/test_app/gems/gems/daemons-1.0.10/examples/run/ctrl_proc.rb
ghazel-daemons-1.0.13 examples/run/ctrl_proc.rb
ghazel-daemons-1.0.12 examples/run/ctrl_proc.rb
merb-core-1.1.0 spec10/public/webrat/test_app/gems/gems/daemons-1.0.10/examples/run/ctrl_proc.rb
merb-core-1.1.0.rc1 spec10/public/webrat/test_app/gems/gems/daemons-1.0.10/examples/run/ctrl_proc.rb
mwotton-daemons-1.0.11 examples/run/ctrl_proc.rb
ghazel-daemons-1.0.11 examples/run/ctrl_proc.rb
ginst-2009.12.8 vendor/gems/daemons-1.0.10/examples/run/ctrl_proc.rb
ginst-2009.11.24 vendor/gems/daemons-1.0.10/examples/run/ctrl_proc.rb
ginst-2009.11.23 vendor/gems/daemons-1.0.10/examples/run/ctrl_proc.rb
merb-core-1.1.0.pre spec10/public/webrat/test_app/gems/gems/daemons-1.0.10/examples/run/ctrl_proc.rb
middleman-0.10.17 vendor/gems/gems/daemons-1.0.10/examples/run/ctrl_proc.rb
middleman-0.10.16 vendor/gems/gems/daemons-1.0.10/examples/run/ctrl_proc.rb
middleman-0.10.15 vendor/gems/gems/daemons-1.0.10/examples/run/ctrl_proc.rb
middleman-0.10.14 vendor/gems/gems/daemons-1.0.10/examples/run/ctrl_proc.rb
ginst-2.0.1 vendor/gems/daemons-1.0.10/examples/run/ctrl_proc.rb
ginst-2.0.0 vendor/gems/daemons-1.0.10/examples/run/ctrl_proc.rb
poolparty-1.3.15 vendor/gems/daemons/examples/run/ctrl_proc.rb