Skip to content

Instantly share code, notes, and snippets.

@harssh
Forked from josephsu/gist:5127670
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save harssh/66aa48a5ee3939a045ea to your computer and use it in GitHub Desktop.

Select an option

Save harssh/66aa48a5ee3939a045ea to your computer and use it in GitHub Desktop.
/var/log/td-agent/td-agent.log {
size 200M
rotate 6
missingok
create 644 td-agent td-agent
compress
delaycompress
notifempty
sharedscripts
postrotate
[ ! -f /var/run/td-agent/td-agent.pid ] || kill -USR1 `cat /var/run/td-agent/td-agent.pid`
endscript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment