diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-09 02:10:12 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-09 02:10:12 (GMT) |
commit | 5bce8ee0fd68d6a9ffdbfeb92746b201dc994107 (patch) | |
tree | 560325cf9db39358130866d81ff24f5160def239 /abs/core-testing/runit-scripts | |
parent | 8d3d14bfd2aecaaeb167ca55fb931057d71ce94c (diff) | |
download | linhes_pkgbuild-5bce8ee0fd68d6a9ffdbfeb92746b201dc994107.zip linhes_pkgbuild-5bce8ee0fd68d6a9ffdbfeb92746b201dc994107.tar.gz linhes_pkgbuild-5bce8ee0fd68d6a9ffdbfeb92746b201dc994107.tar.bz2 |
Make the backend run as mythtv.
Diffstat (limited to 'abs/core-testing/runit-scripts')
-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 |