diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-28 04:39:00 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-06-28 04:39:00 (GMT) |
commit | ee8706d41eba7efae8ee98c0c81e2b867e76e233 (patch) | |
tree | 63b1fa35b7c0f1d6524e15cc6e8508374d0f6b2e /abs/extra-testing/fuppes-svn/run | |
parent | 4a03413885687011952e55d7587e8775121f34dc (diff) | |
download | linhes_pkgbuild-ee8706d41eba7efae8ee98c0c81e2b867e76e233.zip linhes_pkgbuild-ee8706d41eba7efae8ee98c0c81e2b867e76e233.tar.gz linhes_pkgbuild-ee8706d41eba7efae8ee98c0c81e2b867e76e233.tar.bz2 |
Add run script for runit.
Diffstat (limited to 'abs/extra-testing/fuppes-svn/run')
-rwxr-xr-x | abs/extra-testing/fuppes-svn/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra-testing/fuppes-svn/run b/abs/extra-testing/fuppes-svn/run index 670a3dd..dc69879 100755 --- a/abs/extra-testing/fuppes-svn/run +++ b/abs/extra-testing/fuppes-svn/run @@ -1,2 +1,2 @@ #!/bin/bash -exec /usr/bin/fuppes --config-dir /etc/fuppes --database-file /data/srv/fuppes/fuppes.db --temp-dir /myth/tmp +exec su mythtv -c "/usr/bin/fuppes --config-dir /etc/fuppes --database-file /data/srv/fuppes/fuppes.db --temp-dir /myth/tmp" |