summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/mythbackend/log/run
diff options
context:
space:
mode:
authorMichael Hanson <mihanson@linhes.org>2012-01-25 22:45:15 (GMT)
committerMichael Hanson <mihanson@linhes.org>2012-01-25 22:45:15 (GMT)
commit9e3312aa14c7e94b95c6cceba4ae8a0610e272c7 (patch)
tree30b795f49b275f4fdf1b39aefdad5c1dfbd0117e /abs/core/runit-scripts/runitscripts/services/mythbackend/log/run
parent98f897a6b29ef9f3a9c88a0e4d2cf49d5188b6fb (diff)
downloadlinhes_pkgbuild-9e3312aa14c7e94b95c6cceba4ae8a0610e272c7.zip
linhes_pkgbuild-9e3312aa14c7e94b95c6cceba4ae8a0610e272c7.tar.gz
linhes_pkgbuild-9e3312aa14c7e94b95c6cceba4ae8a0610e272c7.tar.bz2
runit-scripts: add mythdroid
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/mythbackend/log/run')
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/mythbackend/log/run8
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/mythbackend/log/run b/abs/core/runit-scripts/runitscripts/services/mythbackend/log/run
new file mode 100755
index 0000000..17692a7
--- /dev/null
+++ b/abs/core/runit-scripts/runitscripts/services/mythbackend/log/run
@@ -0,0 +1,8 @@
+#!/bin/sh
+exec 2>&1
+#export TERM=linux
+#. /etc/rc.conf
+#. /etc/rc.d/functions
+#stat_runit "Starting MythBackend logger"
+/usr/bin/logger -p local7.info -t mythbackend
+