Advertisement
Guest User

cat /etc/cron.d/root

a guest
Oct 13th, 2021
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. root@Tower:/mnt/cache/logs# cat /etc/cron.d/root
  2. # Generated docker monitoring schedule:
  3. 10 0 * * * /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/dockerupdate.php check &> /dev/null
  4.  
  5. # Generated system monitoring schedule:
  6. */1 * * * * /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null
  7.  
  8. # Generated mover schedule:
  9. 0 */2 * * * /usr/local/sbin/mover &> /dev/null
  10.  
  11. # Generated parity check schedule:
  12. 0 1 1 * * /usr/local/sbin/mdcmd check &> /dev/null || :
  13.  
  14. # Generated plugins version check schedule:
  15. 10 0 * * * /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugincheck &> /dev/null
  16.  
  17. # Generated Unraid OS update check schedule:
  18. 11 0 * * * /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/unraidcheck &> /dev/null
  19.  
  20. # Generated cron settings for docker autoupdates
  21. 0 5 * * * /usr/local/emhttp/plugins/ca.update.applications/scripts/updateDocker.php >/dev/null 2>&1
  22. # Generated cron settings for plugin autoupdates
  23. 0 4 * * * /usr/local/emhttp/plugins/ca.update.applications/scripts/updateApplications.php >/dev/null 2>&1
  24.  
  25. # CRON for CA background scanning of applications
  26. 34 * * * * php /usr/local/emhttp/plugins/community.applications/scripts/notices.php > /dev/null 2>&1
  27.  
  28. # Generated ssd trim schedule:
  29. 0 8 * * * /sbin/fstrim -a -v | logger &> /dev/null
  30.  
  31. # Generated system data collection schedule:
  32. */1 * * * * /usr/local/emhttp/plugins/dynamix.system.stats/scripts/sa1 1 1 &> /dev/null
  33. root@Tower:/mnt/cache/logs#
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement