aboutsummaryrefslogtreecommitdiffstats
path: root/community/aria2/aria2.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'community/aria2/aria2.logrotate')
-rw-r--r--community/aria2/aria2.logrotate6
1 files changed, 6 insertions, 0 deletions
diff --git a/community/aria2/aria2.logrotate b/community/aria2/aria2.logrotate
new file mode 100644
index 0000000000..e73ffc0444
--- /dev/null
+++ b/community/aria2/aria2.logrotate
@@ -0,0 +1,6 @@
+/var/log/aria2.log {
+ compress
+ copytruncate
+ missingok
+ notifempty
+}