Skip to content

Instantly share code, notes, and snippets.

@b13bs
Created May 3, 2019 00:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b13bs/b302612ce95f73575ac957a24d38cb8d to your computer and use it in GitHub Desktop.
Save b13bs/b302612ce95f73575ac957a24d38cb8d to your computer and use it in GitHub Desktop.
logrotate
/var/log/file.log {
weekly
rotate 7
compress
delaycompress
missingok
notifempty
create 0640 $user $group
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment