summarylogtreecommitdiffstats
path: root/weewxd
diff options
context:
space:
mode:
authorMichael Schantl2020-07-11 13:35:09 +0000
committerMichael Schantl2020-07-11 13:35:09 +0000
commit84f5c96381f376acf3a15f27a31058e6acca7f9f (patch)
tree6b99bb72c09911b9dfd7951c8212e0849c930558 /weewxd
downloadaur-84f5c96381f376acf3a15f27a31058e6acca7f9f.tar.gz
Initial release
Diffstat (limited to 'weewxd')
-rw-r--r--weewxd6
1 files changed, 6 insertions, 0 deletions
diff --git a/weewxd b/weewxd
new file mode 100644
index 000000000000..a288cdcdb317
--- /dev/null
+++ b/weewxd
@@ -0,0 +1,6 @@
+#!/bin/sh
+app=weewxd
+
+WEEWX_BINDIR=/usr/lib/weewx
+WEEWX_PYTHON=python
+$WEEWX_PYTHON $WEEWX_BINDIR/$app $*