add skynet-webportal-skyd logrotate config

This commit is contained in:
Karol Wypchło 2022-09-22 12:33:47 +02:00 committed by GitHub
parent a940f2728f
commit 74b72f4f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
/home/user/skynet-webportal/docker/data/sia/*.log
/home/user/skynet-webportal/docker/data/sia/*/*.log {
daily
rotate 3650
minsize 500M
create 644 root root
notifempty
dateext
missingok
compress
compressoptions --best
delaycompress
}