Add logrotate script
All checks were successful
continuous-integration/laminar-elessar Build 28 succeeded in 53 seconds .

This commit is contained in:
Starbeamrainbowlabs 2019-03-14 22:31:02 +00:00
parent 64bb9550b3
commit b7f3f27042
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

8
logrotate Normal file
View file

@ -0,0 +1,8 @@
/var/log/rhinoreminds/rhinoreminds.log {
rotate 12
weekly
missingok
notifempty
compress
delaycompress
}