summaryrefslogtreecommitdiff
path: root/community-testing/cronie/anacrontab
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/cronie/anacrontab')
-rw-r--r--community-testing/cronie/anacrontab15
1 files changed, 15 insertions, 0 deletions
diff --git a/community-testing/cronie/anacrontab b/community-testing/cronie/anacrontab
new file mode 100644
index 000000000..e9985b053
--- /dev/null
+++ b/community-testing/cronie/anacrontab
@@ -0,0 +1,15 @@
+### /etc/anacrontab: Main configuration for `anacron`
+# See anacron(8) and anacrontab(5) for details
+
+PATH=/sbin:/bin:/usr/sbin:/usr/bin
+SHELL=/bin/bash
+HOME=/var/empty
+RANDOM_DELAY=45
+START_HOURS_RANGE=3-22
+
+# Format: Period(day) Delay(minute) Name Command
+30 15 cron.monthly run-cron /etc/cron.monthly
+ 1 5 cron.daily run-cron /etc/cron.daily
+ 7 10 cron.weekly run-cron /etc/cron.weekly
+
+### /etc/anacrontab: Main configuration for `anacron`