/cron.d/uptrack

http://github.com/brinkman83/bashrc · #! · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · fba1793175683d08e0e3a7226f4cd816 MD5 · raw file

  1. # /etc/cron.d/uptrack: cron job for the Uptrack client
  2. #
  3. # PLEASE DO NOT MODIFY THIS CRON JOB.
  4. # Instead, contact Ksplice Support at support@ksplice.com.
  5. #
  6. # The offsets below are chosen specifically to distribute server load
  7. # and allow for Uptrack server maintenance windows. This cron job
  8. # also only contacts the Uptrack server every Nth time it runs,
  9. # depending on a load control setting on the Uptrack server.
  10. #
  11. # If you would like to adjust the frequency with which your
  12. # systems check for updates, please contact Ksplice Support at
  13. # support@ksplice.com
  14. 2,32 * * * * root export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin && [ -x /usr/sbin/uptrack-upgrade ] && /usr/sbin/uptrack-upgrade --cron