aboutsummaryrefslogtreecommitdiff
path: root/sys/process/anacron/anacrontab.new
diff options
context:
space:
mode:
Diffstat (limited to 'sys/process/anacron/anacrontab.new')
-rw-r--r--sys/process/anacron/anacrontab.new7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/process/anacron/anacrontab.new b/sys/process/anacron/anacrontab.new
new file mode 100644
index 0000000..793cf3e
--- /dev/null
+++ b/sys/process/anacron/anacrontab.new
@@ -0,0 +1,7 @@
+# /etc/anacrontab
+SHELL=/bin/sh
+PATH=/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
+@monthly 15 cron.monthly run-parts /etc/cron.monthly