summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/cron/log/run
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/runit-scripts/runitscripts/services/cron/log/run')
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/cron/log/run5
1 files changed, 5 insertions, 0 deletions
diff --git a/abs/core/runit-scripts/runitscripts/services/cron/log/run b/abs/core/runit-scripts/runitscripts/services/cron/log/run
new file mode 100755
index 0000000..9dd37e3
--- /dev/null
+++ b/abs/core/runit-scripts/runitscripts/services/cron/log/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+exec 2>&1
+. /etc/systemconfig
+ /usr/bin/logger -p local6.info -t cron
+