diff options
Diffstat (limited to 'testing/slim/logrotate')
-rw-r--r-- | testing/slim/logrotate | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/slim/logrotate b/testing/slim/logrotate new file mode 100644 index 000000000..26ec3b0f4 --- /dev/null +++ b/testing/slim/logrotate @@ -0,0 +1,9 @@ +/var/log/slim.log { + compress + rotate 1 + size 1024k + notifempty + missingok + copytruncate + noolddir +} |