D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3
/
cwd
/
etc
/
cron.d
/
Filename :
dailyjobs
back
Copy
# Run the daily, weekly, and monthly jobs if cronie-anacron is not installed SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root # run-parts 37 5 * * * root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.daily 55 4 * * 0 root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.weekly 2 5 10 * * root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.monthly