diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-06-06 20:57:41 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-06-06 20:57:41 (GMT) |
commit | d08fd71d3b4f574be097698e4255b839cf226877 (patch) | |
tree | 5a23f9932dc658a4e5f3558edc1a813620fc8c8f /abs/extra-testing/community/mre/run | |
parent | d19a8085a8b022fd61e231843a36a9075d7712c0 (diff) | |
download | linhes_pkgbuild-d08fd71d3b4f574be097698e4255b839cf226877.zip linhes_pkgbuild-d08fd71d3b4f574be097698e4255b839cf226877.tar.gz linhes_pkgbuild-d08fd71d3b4f574be097698e4255b839cf226877.tar.bz2 |
mre:initial inclusion. Recorder extender for sporting events.
Diffstat (limited to 'abs/extra-testing/community/mre/run')
-rwxr-xr-x | abs/extra-testing/community/mre/run | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/extra-testing/community/mre/run b/abs/extra-testing/community/mre/run new file mode 100755 index 0000000..84d08e5 --- /dev/null +++ b/abs/extra-testing/community/mre/run @@ -0,0 +1,10 @@ +#!/bin/bash +export TERM=linux +. /etc/rc.conf +. /etc/rc.d/functions +stat_runit "Starting mythrecordingextender" + +sv start mythbackend || exit 1 +sleep 5 + +exec /usr/local/bin/mre.php |