summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/mythbackend/run
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/mythbackend/run')
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/mythbackend/run22
1 files changed, 17 insertions, 5 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/mythbackend/run b/abs/core/runit-scripts/runitscripts/services/mythbackend/run
index 4bf54fb..e3ef721 100755
--- a/abs/core/runit-scripts/runitscripts/services/mythbackend/run
+++ b/abs/core/runit-scripts/runitscripts/services/mythbackend/run
@@ -1,21 +1,33 @@
#!/bin/sh
exec 2>&1
-. /etc/profile
+#. /etc/profile
. /etc/systemconfig
export TERM=linux
. /etc/rc.conf
. /etc/rc.d/functions
+
+
+stat_runit "Scanning for new storage"
+MYTHCONFDIR=/usr/share/mythtv /usr/LH/bin/add_storage.py --report > /dev/null
+if [ -e /tmp/scan_report ]
+then
+ echo "#####################################################"
+ echo " New storage found "
+ echo ""
+ cat /tmp/scan_report
+ echo ""
+ echo " run /usr/LH/bin/add_storage.py to make it available "
+ echo "#######################################################"
+
+fi
+
stat_runit "Starting MythBackend"
export HOME=/root
if [ ! x$SystemType = xSlave_backend ]
then
sv start mysql > /dev/null 2>/dev/null
- #run mythfilldatabase
- #printhl " Running mythfilldatabase"
- #/usr/MythVantage/bin/initial_db_run &
fi
-mkfifo /tmp/mbefifo >/dev/null 2>/dev/null
#echo "Starting mythbackend"
# if [ -f /tmp/debug ]
# then