Crontab samples

General syntax
<Minute> <Hour> <Day_of_the_Month> <Month_of_the_Year> <Day_of_the_Week> <command>

Where 0 => Sunday

Every minute
0/1 * * * * <command>

At reboot
@reboot <command>