summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/readarr-bin/files/readarr.logrotate')
-rw-r--r--www-apps/readarr-bin/files/readarr.logrotate4
1 files changed, 4 insertions, 0 deletions
diff --git a/www-apps/readarr-bin/files/readarr.logrotate b/www-apps/readarr-bin/files/readarr.logrotate
new file mode 100644
index 000000000000..4675f682b629
--- /dev/null
+++ b/www-apps/readarr-bin/files/readarr.logrotate
@@ -0,0 +1,4 @@
+/var/lib/readarr/.config/Readarr/logs/*.txt{
+ missingok
+ su readarr readarr
+}