mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
8 lines
361 B
Text
8 lines
361 B
Text
# /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
|