Updated Examples of Cron Jobs

This commit is contained in:
Mitchell Krog 2017-06-14 17:19:15 +02:00
parent fd7e4ee264
commit b5fc344420

View file

@ -267,7 +267,10 @@ exit $?
# Add this as a cron to run daily / weekly as you like # Add this as a cron to run daily / weekly as you like
# Here's a sample CRON entry to update every day at 10pm # Here's a sample CRON entry to update every day at 10pm
# 00 22 * * * /usr/sbin/update-ngxblocker # 00 22 * * * sudo /usr/sbin/update-ngxblocker
# Here's another example to run it daily at midday using a command line switch to set the email address for the notification
# 00 12 * * * sudo /usr/sbin/update-ngxblocker -e yourname@youremailprovider.com
# better logging for cron jobs: # better logging for cron jobs:
# https://serverfault.com/questions/137468/better-logging-for-cronjobs-send-cron-output-to-syslog # https://serverfault.com/questions/137468/better-logging-for-cronjobs-send-cron-output-to-syslog