summaryrefslogtreecommitdiffstats
path: root/heating-cgi/run_boiler_rx
diff options
context:
space:
mode:
Diffstat (limited to 'heating-cgi/run_boiler_rx')
-rwxr-xr-xheating-cgi/run_boiler_rx6
1 files changed, 6 insertions, 0 deletions
diff --git a/heating-cgi/run_boiler_rx b/heating-cgi/run_boiler_rx
new file mode 100755
index 0000000..c607ab3
--- /dev/null
+++ b/heating-cgi/run_boiler_rx
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+while true; do
+/usr/local/sbin/boiler_rx "$@"
+sleep 30
+done