diff options
Diffstat (limited to 'testing/ossec-hids/ossec-hids.logrotate')
-rw-r--r-- | testing/ossec-hids/ossec-hids.logrotate | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/ossec-hids/ossec-hids.logrotate b/testing/ossec-hids/ossec-hids.logrotate new file mode 100644 index 0000000000..7b6406819f --- /dev/null +++ b/testing/ossec-hids/ossec-hids.logrotate @@ -0,0 +1,5 @@ +/var/ossec/logs/active-responses.log /var/ossec/logs/ossec.log { + missingok + notifempty + copytruncate +} |