diff options
Diffstat (limited to 'network/metasploit/msfupdate.logrotate')
-rw-r--r-- | network/metasploit/msfupdate.logrotate | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/metasploit/msfupdate.logrotate b/network/metasploit/msfupdate.logrotate new file mode 100644 index 0000000000..8e69c35a9c --- /dev/null +++ b/network/metasploit/msfupdate.logrotate @@ -0,0 +1,10 @@ +/var/log/msfupdate.log { + daily + rotate 5 + compress + delaycompress + missingok + notifempty + create 0644 root root +} + |