mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-08 11:35:11 +02:00
10 lines
240 B
Text
10 lines
240 B
Text
SHELL=/bin/sh
|
|
PATH=/usr/sbin:/usr/bin
|
|
MAILTO=""
|
|
HOME=/
|
|
|
|
# run-parts
|
|
01 * * * * root run-parts /etc/cron.hourly
|
|
02 4 * * * root run-parts /etc/cron.daily
|
|
22 4 * * 0 root run-parts /etc/cron.weekly
|
|
42 4 1 * * root run-parts /etc/cron.monthly
|