Ubuntu - Cron - Schedule a Cron Job on System Reboot

Could be used to autoload custom configuration files.

@reboot /scripts/script.sh

This crontab entry invokes the script.sh bash script after each system restart.