diff options
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/mythbackend')
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/mythbackend/run | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/mythbackend/run b/abs/core/runit-scripts/runitscripts/services/mythbackend/run index 937b267..152beb4 100755 --- a/abs/core/runit-scripts/runitscripts/services/mythbackend/run +++ b/abs/core/runit-scripts/runitscripts/services/mythbackend/run @@ -5,7 +5,7 @@ export TERM=linux . /etc/rc.conf . /etc/rc.d/functions #wait for mysql -/sbin/svwaitup -s 5 /service/mysql +/sbin/svwaitup -s 10 /service/mysql #profile is here to setup LC_ALL/locale MYTH_RUN_STATUS="1" @@ -34,11 +34,6 @@ fi stat_runit "Starting MythBackend" export HOME=/root -if [ ! x$SystemType = xSlave_backend ] -then - sv start mysql > /dev/null 2>/dev/null -fi -#echo "Starting mythbackend" # if [ -f /tmp/debug ] # then # echo "using gbd/debug" |