diff options
Diffstat (limited to 'system/usbguard/config/usbguard.logrotate')
-rw-r--r-- | system/usbguard/config/usbguard.logrotate | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/usbguard/config/usbguard.logrotate b/system/usbguard/config/usbguard.logrotate new file mode 100644 index 0000000000..1ed4e106fe --- /dev/null +++ b/system/usbguard/config/usbguard.logrotate @@ -0,0 +1,10 @@ +/var/log/usbguard/usbguard-audit.log { + daily + rotate 7 + copytruncate + delaycompress + compress + notifempty + missingok +} + |