user/gitlab-foss: missing files
This commit is contained in:
parent
c6d514cf68
commit
ea7dc34a4d
13 changed files with 676 additions and 0 deletions
24
user/gitlab-foss/gitlab.logrotate
Normal file
24
user/gitlab-foss/gitlab.logrotate
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue