source: de.wigbels.ruby/hothotread/daemon_run.rb @ daaef3e

Last change on this file since daaef3e was daaef3e, checked in by njw <njw@…>, 9 years ago

Daemonized monitoring scripts

  • Property mode set to 100755
File size: 149 bytes
Line 
1#!/usr/bin/env ruby
2
3require 'rubygems'
4require 'daemons'
5
6mypath = File.expand_path(File.dirname(__FILE__))
7Daemons.run("#{mypath}/hothotpiper.rb")
Note: See TracBrowser for help on using the repository browser.