aboutsummaryrefslogtreecommitdiffstats
path: root/testing/unit/unit.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'testing/unit/unit.logrotate')
-rw-r--r--testing/unit/unit.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/unit/unit.logrotate b/testing/unit/unit.logrotate
new file mode 100644
index 00000000000..d8e5aae5044
--- /dev/null
+++ b/testing/unit/unit.logrotate
@@ -0,0 +1,7 @@
+/var/log/unit.log {
+ compress
+ copytruncate
+ missingok
+ notifempty
+ sharedscripts
+}