mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-13 00:07:39 +01:00
Update logrotate
This commit is contained in:
parent
8a542f2ce8
commit
a9b289626e
1 changed files with 7 additions and 11 deletions
8
debian/logrotate
vendored
8
debian/logrotate
vendored
|
@ -1,13 +1,9 @@
|
||||||
/var/log/i2pd.log {
|
/var/log/i2pd.log {
|
||||||
rotate 4
|
rotate 6
|
||||||
weekly
|
daily
|
||||||
missingok
|
missingok
|
||||||
notifempty
|
notifempty
|
||||||
compress
|
compress
|
||||||
delaycompress
|
delaycompress
|
||||||
copytruncate
|
copytruncate
|
||||||
create 640 i2pd adm
|
|
||||||
postrotate
|
|
||||||
/etc/init.d/i2pd restart >/dev/null
|
|
||||||
endscript
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue