diff options
author | James Meyer <james.meyer@operamail.com> | 2013-12-09 17:57:09 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2013-12-09 17:58:42 (GMT) |
commit | bbf857eb8190fce32a4191e61dd28b890a7ea059 (patch) | |
tree | 12adb85e321d5adfc4ca5b3c9ab75567275a15ae /abs/core/runit-scripts/runitscripts/services/cron | |
parent | fa1c09c45b64e180f8deb8c7d4858e1a2eb5fb01 (diff) | |
download | linhes_pkgbuild-bbf857eb8190fce32a4191e61dd28b890a7ea059.zip linhes_pkgbuild-bbf857eb8190fce32a4191e61dd28b890a7ea059.tar.gz linhes_pkgbuild-bbf857eb8190fce32a4191e61dd28b890a7ea059.tar.bz2 |
runit-scripts: fix cron and frontend logging to their own file
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/cron')
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/cron/log/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/cron/log/run b/abs/core/runit-scripts/runitscripts/services/cron/log/run index 9dd37e3..785d6c7 100755 --- a/abs/core/runit-scripts/runitscripts/services/cron/log/run +++ b/abs/core/runit-scripts/runitscripts/services/cron/log/run @@ -1,5 +1,5 @@ #!/bin/sh exec 2>&1 . /etc/systemconfig - /usr/bin/logger -p local6.info -t cron + /usr/bin/logger -t cron |