archives/gitlab-foss: new aport

This commit is contained in:
Antoine Martin 2024-08-09 22:27:52 -04:00
parent f14a5a5221
commit 3064418658
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
15 changed files with 1142 additions and 0 deletions

View file

@ -0,0 +1,24 @@
/var/log/gitlab/workhorse.log {
compress
maxsize 10M
minsize 1M
missingok
postrotate
/etc/init.d/gitlab.workhorse --quiet --ifstarted reopen
endscript
sharedscripts
rotate 5
weekly
}
/var/log/gitlab/*.log {
compress
copytruncate
delaycompress
maxsize 10M
minsize 1M
missingok
sharedscripts
rotate 10
weekly
}