diff options
author | James Meyer <james.meyer@operamail.com> | 2009-06-10 20:34:10 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-06-10 20:34:10 (GMT) |
commit | d397c6494bcf3b2ac95b9654ac8c7f4ab12671ed (patch) | |
tree | 3e827d91369470ffc9a93f4eaa24862b0432e121 /abs/core-testing/runit-scripts/runitscripts | |
parent | 99b5453211a377430aea02d56d4d1397df20e315 (diff) | |
parent | f076fab1197679210b579f0f80a6887c06eb7991 (diff) | |
download | linhes_pkgbuild-d397c6494bcf3b2ac95b9654ac8c7f4ab12671ed.zip linhes_pkgbuild-d397c6494bcf3b2ac95b9654ac8c7f4ab12671ed.tar.gz linhes_pkgbuild-d397c6494bcf3b2ac95b9654ac8c7f4ab12671ed.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/runit-scripts/runitscripts')
-rwxr-xr-x | abs/core-testing/runit-scripts/runitscripts/services/mythbackend/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/runit-scripts/runitscripts/services/mythbackend/run b/abs/core-testing/runit-scripts/runitscripts/services/mythbackend/run index 51bd046..48c68d3 100755 --- a/abs/core-testing/runit-scripts/runitscripts/services/mythbackend/run +++ b/abs/core-testing/runit-scripts/runitscripts/services/mythbackend/run @@ -27,5 +27,5 @@ mkfifo /tmp/mbefifo >/dev/null 2>/dev/null # sleep 10 # # else - exec /usr/bin/mythbackend --logfile /var/log/mythtv/mythbackend.log + exec su mythtv -c "/usr/bin/mythbackend --logfile /var/log/mythtv/mythbackend.log" # fi |