summaryrefslogtreecommitdiffstats
path: root/system/anacron/anacrontab.new
diff options
context:
space:
mode:
Diffstat (limited to 'system/anacron/anacrontab.new')
-rw-r--r--system/anacron/anacrontab.new8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/anacron/anacrontab.new b/system/anacron/anacrontab.new
new file mode 100644
index 0000000000..05f186f60e
--- /dev/null
+++ b/system/anacron/anacrontab.new
@@ -0,0 +1,8 @@
+# /etc/anacrontab example
+# See the anacrontab(5) manpage
+SHELL=/bin/sh
+PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+# format: period delay job-identifier command
+1 5 cron.daily run-parts /etc/cron.daily
+7 10 cron.weekly run-parts /etc/cron.weekly
+30 15 cron.monthly run-parts /etc/cron.monthly