No Description

root.crontab.sample 194B

12345678
  1. # sample crontab script
  2. # configuration found in /etc/crontabs/root
  3. #
  4. # start adblock script twice a day
  5. #
  6. 0 06 * * * /usr/bin/adblock-update.sh &
  7. 0 22 * * * /usr/bin/adblock-update.sh &