====== Ubuntu - Cron - Schedule Weekly Cron Jobs ======
@weekly /scripts/system-cleanup.sh
This command will invoke the script system-cleanup.sh in the first minute of the week.
The notation is similar in meaning to the following command.
0 0 1 * mon /scripts/system-cleanup.sh