source: de.wigbels.ruby/hothotread/daemon_run_power.rb

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

Aufraeumen

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