This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/setup-scripts/logrotate.d/skynet-webportal-pinner

12 lines
196 B
Plaintext
Raw Normal View History

2022-09-26 09:30:24 +00:00
/home/user/skynet-webportal/docker/data/pinner/*.log {
daily
rotate 10
minsize 100M
copytruncate
notifempty
dateext
missingok
compress
compressoptions --best
}