Advertisement
cloudtuts

crontab content

Jan 5th, 2018
881
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.58 KB | None | 0 0
  1.  
  2. PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
  3. HOME="/root"
  4. SHELL="/bin/bash"
  5. */1 * * * * /root/jobs/service.checker > /dev/null 2>&1
  6. */15 * * * * /root/jobs/www-data-keep > /dev/null 2>&1
  7. */15 * * * * /root/jobs/wp.cron > /dev/null 2>&1
  8. 13 14 * * * /root/jobs/diskalert.sh > /dev/null 2>&1
  9.  
  10. #0 0 * * 0 ee site update --le=renew --all 2> /dev/null # Renew all letsencrypt SSL cert. Set by EasyEngine
  11. 0 0 * * 0 /opt/letsencrypt/letsencrypt-auto renew # Renew all letsencrypt SSL cert weekly. Set by JackWu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement