diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-06 19:25:11 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-06 19:25:11 (GMT) |
commit | 89381a83e4a0c7abf27bf69fd4048750af151671 (patch) | |
tree | 14838ff6b40cad458cf2d04d82f71e4c4ad657ee /abs/core/runit-scripts/runitscripts/services/remyth | |
parent | 485ea73d269e2f5b7deacdac4d845ee871c22ac5 (diff) | |
download | linhes_pkgbuild-89381a83e4a0c7abf27bf69fd4048750af151671.zip linhes_pkgbuild-89381a83e4a0c7abf27bf69fd4048750af151671.tar.gz linhes_pkgbuild-89381a83e4a0c7abf27bf69fd4048750af151671.tar.bz2 |
runit-scripts: add avahi to mythbackend, mythexpress, remyth
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/remyth')
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/remyth/run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/remyth/run b/abs/core/runit-scripts/runitscripts/services/remyth/run index 9d6975c..599a8aa 100755 --- a/abs/core/runit-scripts/runitscripts/services/remyth/run +++ b/abs/core/runit-scripts/runitscripts/services/remyth/run @@ -3,6 +3,8 @@ exec 2>&1 export TERM=linux . /etc/rc.conf . /etc/rc.d/functions +/sbin/svwaitup -s 10 /service/avahi + stat_runit "Starting ReMyth" su http -s/bin/bash -c "node /usr/remyth/server.js" |