Skip to content

Instantly share code, notes, and snippets.

@dstarh
Created December 5, 2012 14:35
Show Gist options
  • Save dstarh/4215929 to your computer and use it in GitHub Desktop.
Save dstarh/4215929 to your computer and use it in GitHub Desktop.
syslog
/var/log/syslog
{
maxage 36500
daily
missingok
ifempty
delaycompress
compress
dateext
extension log
postrotate
reload rsyslog >/dev/null 2>&1 || true
mv /var/log/syslog*.gz /logs
endscript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment