source: de.wigbels.ruby/hothotread/archiv/daemon_run.rb @ 8cc14b9

Last change on this file since 8cc14b9 was 8cc14b9, checked in by Norbert Wigbels <njw@…>, 8 years ago

Aufraeumen

  • 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.