Skip to content

Instantly share code, notes, and snippets.

@nanlabsweb
Last active August 18, 2016 11:37
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 nanlabsweb/8831f021ba2539d402da46caba88c677 to your computer and use it in GitHub Desktop.
Save nanlabsweb/8831f021ba2539d402da46caba88c677 to your computer and use it in GitHub Desktop.
POST - Logrotate example.
/var/log/example/*.log {
su example adm
daily
missingok
rotate 52
compress
delaycompress
notifempty
create 644 example adm
postrotate
restart example
endscript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment