source:
de.wigbels.ruby/mqtttemp/daemon_run.rb@
bc410f6
Last change on this file since bc410f6 was bc410f6, checked in by , 7 years ago | |
---|---|
|
|
File size: 146 bytes |
Line | |
---|---|
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}/mqtttemp.rb") |
Note:
See TracBrowser
for help on using the repository browser.