mirror of https://github.com/PurpleI2P/i2pd.git
orignal
8 years ago
committed by
GitHub
8 changed files with 25 additions and 26 deletions
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
i2pd usr/sbin/ |
||||
docs/i2pd.conf etc/i2pd/ |
||||
debian/tunnels.conf etc/i2pd/ |
||||
debian/subscriptions.txt etc/i2pd/ |
||||
docs/tunnels.conf etc/i2pd/ |
||||
docs/subscriptions.txt etc/i2pd/ |
||||
contrib/certificates/ usr/share/i2pd/ |
||||
|
@ -1,13 +1,9 @@
@@ -1,13 +1,9 @@
|
||||
/var/log/i2pd.log { |
||||
rotate 4 |
||||
weekly |
||||
missingok |
||||
notifempty |
||||
compress |
||||
delaycompress |
||||
copytruncate |
||||
create 640 i2pd adm |
||||
postrotate |
||||
/etc/init.d/i2pd restart >/dev/null |
||||
endscript |
||||
rotate 6 |
||||
daily |
||||
missingok |
||||
notifempty |
||||
compress |
||||
delaycompress |
||||
copytruncate |
||||
} |
||||
|
Loading…
Reference in new issue