source:
de.wigbels.ruby/hotcoldrain/daemon_run.rb@
f15e2ac
Last change on this file since f15e2ac was daaef3e, checked in by , 10 years ago | |
---|---|
|
|
File size: 149 bytes |
Rev | Line | |
---|---|---|
[daaef3e] | 1 | #!/usr/bin/env ruby |
2 | ||
3 | require 'rubygems' | |
4 | require 'daemons' | |
5 | ||
6 | mypath = File.expand_path(File.dirname(__FILE__)) | |
7 | Daemons.run("#{mypath}/hotcoldrain.rb") |
Note:
See TracBrowser
for help on using the repository browser.