diff options
Diffstat (limited to 'abs/extra-testing/community/mre/run')
-rwxr-xr-x | abs/extra-testing/community/mre/run | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/extra-testing/community/mre/run b/abs/extra-testing/community/mre/run deleted file mode 100755 index 94381b3..0000000 --- a/abs/extra-testing/community/mre/run +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -export TERM=linux -. /etc/rc.conf -. /etc/rc.d/functions -stat_runit "Starting mythrecordingextender" - -export HOME=/home/mythtv - -sv start mythbackend || exit 1 -sleep 5 - -exec /usr/local/bin/mre.php |