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