summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/mythbackend/run
diff options
context:
space:
mode:
authorJames Meyer <jams@linhes.org>2011-01-03 21:56:34 (GMT)
committerJames Meyer <jams@linhes.org>2011-01-03 21:56:34 (GMT)
commit2c98861fb01578139b77030006e1f50ea8f2680c (patch)
tree64e3d2bdcf8e4ded481fac957e2879f59a7d39e9 /abs/core/runit-scripts/runitscripts/services/mythbackend/run
parent808989e601b8c15612fcf0997c02bc02c3101d85 (diff)
downloadlinhes_pkgbuild-2c98861fb01578139b77030006e1f50ea8f2680c.zip
linhes_pkgbuild-2c98861fb01578139b77030006e1f50ea8f2680c.tar.gz
linhes_pkgbuild-2c98861fb01578139b77030006e1f50ea8f2680c.tar.bz2
runit-scripts: mythbackend
stop the backend from respawning to quickly.
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/mythbackend/run')
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/mythbackend/run4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/mythbackend/run b/abs/core/runit-scripts/runitscripts/services/mythbackend/run
index 48c68d3..4bf54fb 100755
--- a/abs/core/runit-scripts/runitscripts/services/mythbackend/run
+++ b/abs/core/runit-scripts/runitscripts/services/mythbackend/run
@@ -12,8 +12,8 @@ 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 &
+ #printhl " Running mythfilldatabase"
+ #/usr/MythVantage/bin/initial_db_run &
fi
mkfifo /tmp/mbefifo >/dev/null 2>/dev/null
#echo "Starting mythbackend"