mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-09 07:36:51 +02:00
added logrotate config
This commit is contained in:
parent
789ff702ac
commit
24c5f07153
3 changed files with 30 additions and 9 deletions
9
contrib/rpm/i2pd.logrotate
Normal file
9
contrib/rpm/i2pd.logrotate
Normal file
|
@ -0,0 +1,9 @@
|
|||
"/var/log/i2pd/*.log" {
|
||||
copytruncate
|
||||
daily
|
||||
rotate 5
|
||||
compress
|
||||
delaycompress
|
||||
missingok
|
||||
notifempty
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue