# (Use to post in the top of your crontab) # ------------- minute (0 - 59) # | ----------- hour (0 - 23) # | | --------- day of month (1 - 31) # | | | ------- month (1 - 12) # | | | | ----- day of week (0 - 6) (Sunday=0) # | | | | | # * * * * * command to be executed 15 3 * * * amulecmd -P 123 -c "set bwlimit up 10" 16 3 * * * amulecmd -P 123 -c "set bwlimit down 230" 45 8 * * * amulecmd -P 123 -c "set bwlimit up 1"