Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. # /etc/logrotate.d/scalr
  2.  
  3. /var/log/scalr/*.log {
  4. daily
  5. missingok
  6. notifempty
  7. rotate 7
  8. compress
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement