Add logrotate script
All checks were successful
continuous-integration/laminar-elessar Build 28 succeeded in 53 seconds .
All checks were successful
continuous-integration/laminar-elessar Build 28 succeeded in 53 seconds .
This commit is contained in:
parent
64bb9550b3
commit
b7f3f27042
1 changed files with 8 additions and 0 deletions
8
logrotate
Normal file
8
logrotate
Normal file
|
@ -0,0 +1,8 @@
|
|||
/var/log/rhinoreminds/rhinoreminds.log {
|
||||
rotate 12
|
||||
weekly
|
||||
missingok
|
||||
notifempty
|
||||
compress
|
||||
delaycompress
|
||||
}
|
Loading…
Reference in a new issue