Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
add skynet-webportal-skyd logrotate config
Browse files Browse the repository at this point in the history
  • Loading branch information
kwypchlo authored Sep 22, 2022
1 parent a940f27 commit 74b72f4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup-scripts/logrotate.d/skynet-webportal-skyd
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 74b72f4

Please sign in to comment.