Guest User

Untitled

a guest
Jul 21st, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. Nov 11 16:50:01 eclabs /USR/SBIN/CRON[31636]: (root) CMD (/usr/bin/w3m -no-cookie http://www.spacetrace.org/secret_script.php > /dev/null 2>&1)
  2.  
  3. * * * * * root /usr/local/sbin/mycommand.sh > /dev/null
  4.  
  5. * * * * * root /usr/local/sbin/mycommand.sh > /dev/null 2>&1
  6.  
  7. MAILTO=""
  8. * * * * * root /usr/local/sbin/mycommand.sh > /dev/null 2>&1
  9.  
  10. MAILTO="admin@somedom.com"
  11. * * * * * root /usr/local/sbin/myothercommand.sh
  12.  
  13. Nov 11 08:17:01 manny CRON[28381]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
  14.  
  15. :msg, contains, "/usr/bin/w3m -no-cookie" /dev/null
  16.  
  17. & stop
  18.  
  19. kill -HUP $(cat /var/run/rsyslogd.pid)
  20.  
  21. # Or, to log standard messages, plus jobs with exit status != 0:
  22. # EXTRA_OPTS='-L 5'
  23. #
  24. # For quick reference, the currently available log levels are:
  25. # 0 no logging (errors are logged regardless)
  26. # 1 log start of jobs
  27. # 2 log end of jobs
  28. # 4 log jobs with exit status != 0
  29. # 8 log the process identifier of child process (in all logs)
  30. #
  31. EXTRA_OPTS="-L 0"
Add Comment
Please, Sign In to add comment