summaryrefslogtreecommitdiff
path: root/net-p2p/automatic/files/automatic.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/automatic/files/automatic.logrotate')
-rw-r--r--net-p2p/automatic/files/automatic.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/net-p2p/automatic/files/automatic.logrotate b/net-p2p/automatic/files/automatic.logrotate
new file mode 100644
index 00000000000..1af9c5c57cb
--- /dev/null
+++ b/net-p2p/automatic/files/automatic.logrotate
@@ -0,0 +1,8 @@
+/var/log/automatic/*.log {
+ daily
+ missingok
+ rotate 90
+ compress
+ notifempty
+ copytruncate
+}