Advertisement
Guest User

Untitled

a guest
May 30th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1.  
  2. Brian Coca 10:41 AM
  3. just put them infront of job
  4. no 'inline' option
  5. cron: name="a job for reboot" special_time=reboot job="JAVA=/.... /some/job.sh"
  6. 99% of time /bin/sh
  7. if you need diff shell you specify it in cron job
  8. depends
  9. /etc/crontab vs user crontabs vs /etc/cron*/ files
  10. i personally would just use template, not even cron module
  11. if its a line, it applies to all jobs after
  12.  
  13. Maciej Delmanowski 10:46 AM
  14. aww, MAILTO drools
  15.  
  16. Brian Coca 10:46 AM
  17. MAILTO is the way you keep root@ from being spammed to death with bad jobs
  18. if you need taht fine grained control, make it a template
  19. keeping that state is very complicated
  20.  
  21. Brian Coca 10:51 AM
  22. => template module
  23. my complaint is that there are too many options the module won't do and people are going to want
  24.  
  25. Andrew Latham 10:52 AM
  26. maybe some better examples in the documentation
  27.  
  28. Brian Coca 10:52 AM
  29. i'll add an 'inline vars' to it
  30. James Martin joined group chat.
  31.  
  32. Brian Coca 10:52 AM
  33. example
  34. of cron module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement