diff options
author | James Meyer <james.meyer@operamail.com> | 2012-04-24 21:42:36 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-04-24 21:42:36 (GMT) |
commit | c58f2ef5aae732c9b25d0709b436e7420d466ddd (patch) | |
tree | a33829aec5f3cc3266ad5cb424cc9370d98de4db /abs/core/runit-scripts/runitscripts | |
parent | daa699b5707fa46a2544318fd2844d5a8abfb241 (diff) | |
download | linhes_pkgbuild-c58f2ef5aae732c9b25d0709b436e7420d466ddd.zip linhes_pkgbuild-c58f2ef5aae732c9b25d0709b436e7420d466ddd.tar.gz linhes_pkgbuild-c58f2ef5aae732c9b25d0709b436e7420d466ddd.tar.bz2 |
runit-scripts:
- changed mythbackend logging to use syslog
- as pre-upgrade run a chmod 755 on /etc/sv. This should get rid of the permissions difference error message.
Note this is a one-time run
Diffstat (limited to 'abs/core/runit-scripts/runitscripts')
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/mythbackend/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/mythbackend/run b/abs/core/runit-scripts/runitscripts/services/mythbackend/run index 96d21ee..4ff0e9f 100755 --- a/abs/core/runit-scripts/runitscripts/services/mythbackend/run +++ b/abs/core/runit-scripts/runitscripts/services/mythbackend/run @@ -40,5 +40,5 @@ fi # sleep 10 # # else - exec su mythtv -c "/usr/bin/mythbackend -q --logpath /var/log/mythtv/" + exec su mythtv -c "/usr/bin/mythbackend -q --syslog local6" # fi |