Skip to content

Commit

Permalink
build: update logrotate parameters
Browse files Browse the repository at this point in the history
References: GXF-503
  • Loading branch information
jengelh committed Sep 17, 2022
1 parent d1fa51b commit ab51505
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build/grommunio-sync.lr
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/var/log/grommunio-sync/*.log {
size 1k
su grosync grosync
compress
dateext
maxage 365
rotate 4
size=+4096k
missingok
notifempty
delaycompress
su grosync grosync
}

0 comments on commit ab51505

Please sign in to comment.