diff options
author | James Meyer <james.meyer@operamail.com> | 2012-12-20 17:51:52 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-12-20 17:51:52 (GMT) |
commit | 8fa65f7eeefe6c939e62ed55ab255706e2fd437e (patch) | |
tree | 6f9a27955b89a12d90c41c713c8926cc2faa4300 /abs/core/runit-scripts/runitscripts/services/frontend | |
parent | 11e132fea20a3c9005970187003b2c951d2520db (diff) | |
download | linhes_pkgbuild-8fa65f7eeefe6c939e62ed55ab255706e2fd437e.zip linhes_pkgbuild-8fa65f7eeefe6c939e62ed55ab255706e2fd437e.tar.gz linhes_pkgbuild-8fa65f7eeefe6c939e62ed55ab255706e2fd437e.tar.bz2 |
runit-scripts: Dont' start a slave backend until a connection to master is established.
-remove delay on the frontend service waiting on the backend. The delay for mythfrontend has now been moved into frontend startup session script.
refs #886
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/frontend')
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/frontend/run | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/frontend/run b/abs/core/runit-scripts/runitscripts/services/frontend/run index 7fb1795..3711058 100755 --- a/abs/core/runit-scripts/runitscripts/services/frontend/run +++ b/abs/core/runit-scripts/runitscripts/services/frontend/run @@ -15,10 +15,10 @@ touch /var/log/fluxbox.log chown mythtv:mythtv /var/log/fluxbox.log stat_runit "Starting LinHES frontend" -if [ -e /service/mysql ] -then - svwaitup -s 2 /service/mysql -fi +# if [ -e /service/mysql ] +# then +# svwaitup -s 2 /service/mysql +# fi #echo "Starting LinHES frontend" >/dev/tty1 exec /bin/su - mythtv -l -c /usr/LH/bin/LinHES-start |