summaryrefslogtreecommitdiff
path: root/www-apps/gitea/files/gitea.logrotated
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/gitea/files/gitea.logrotated')
-rw-r--r--www-apps/gitea/files/gitea.logrotated8
1 files changed, 8 insertions, 0 deletions
diff --git a/www-apps/gitea/files/gitea.logrotated b/www-apps/gitea/files/gitea.logrotated
new file mode 100644
index 000000000000..ec6ddfe606b9
--- /dev/null
+++ b/www-apps/gitea/files/gitea.logrotated
@@ -0,0 +1,8 @@
+/var/log/gitea/* {
+ su git git
+ missingok
+ size 5M
+ rotate 3
+ compress
+ copytruncate
+}