summaryrefslogtreecommitdiffstats
path: root/etc/crontab
diff options
context:
space:
mode:
Diffstat (limited to 'etc/crontab')
-rw-r--r--etc/crontab7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/crontab b/etc/crontab
new file mode 100644
index 0000000..f70ff21
--- /dev/null
+++ b/etc/crontab
@@ -0,0 +1,7 @@
+0,15,30,45 * * * * root /usr/libexec/atrun
+#0 1 * * * daemon /usr/contrib/news/daily
+#0 0 * * * uucp /etc/uucp.daily
+#7 5,12,18 * * * uucp /etc/uucp.6hours
+0 2 * * * root /bin/sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "daily output" root
+30 3 * * 6 root /bin/sh /etc/weekly 2>&1 | tee /var/log/weekly.out | mail -s "weekly output" root
+30 5 1 * * root /bin/sh /etc/monthly 2>&1 | tee /var/log/monthly.out | mail -s "monthlyoutput" root
OpenPOWER on IntegriCloud