diff options
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 |