summaryrefslogtreecommitdiffstats
path: root/network/metasploit/msfupdate.logrotate
blob: 8e69c35a9c2a8a1db3c1a8b24eda0279b863dc60 (plain)
1
2
3
4
5
6
7
8
9
10
/var/log/msfupdate.log {
  daily
  rotate 5
  compress
  delaycompress
  missingok
  notifempty
  create 0644 root root
}