Advertisement
Guest User

Untitled

a guest
Apr 24th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. /var/www/{user}/{site1}/logs*.log " {
  2. weekly
  3. rotate 7
  4. compress
  5. missingok
  6. notifempty
  7. sharedscripts
  8. postrotate
  9. /sbin/service httpd reload > /dev/null 2>/dev/null || true
  10. endscript
  11. }
  12.  
  13. /var/www/{user}/{site2}/logs*.log " {
  14. weekly
  15. rotate 7
  16. compress
  17. missingok
  18. notifempty
  19. sharedscripts
  20. postrotate
  21. /sbin/service httpd reload > /dev/null 2>/dev/null || true
  22. endscript
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement