Skip to content

Instantly share code, notes, and snippets.

@HoracioDos
Created May 2, 2019 11:03
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 HoracioDos/2316dc67f9157b98145e937a18593b7e to your computer and use it in GitHub Desktop.
Save HoracioDos/2316dc67f9157b98145e937a18593b7e to your computer and use it in GitHub Desktop.
Logrotate fr24feed
# /etc/logrotate.d/fr24feed
/var/log/fr24feed/fr24feed.log {
weekly
rotate 4
missingok
notifempty
postrotate
invoke-rc.d rsyslog rotate >/dev/null 2>&1 || true
endscript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment