Ubuntu - Cron - Schedule Monthly Cron Jobs

@monthly /scripts/system-upgrade.sh

The above command is equivalent to the next command.

0 0 1 * * /scripts/system-upgrade.sh