add i2pd version and fkn (((discord)))

This commit is contained in:
2026-02-21 16:28:56 +02:00
parent 78937bd205
commit 04bcac5a8f
12 changed files with 269 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
/var/log/i2pd.log {
rotate 4
weekly
missingok
notifempty
create 640 i2pd i2pd
postrotate
if [ -f /run/i2pd/i2pd.pid ]; then
/bin/kill -SIGUSR1 $(/bin/cat /run/i2pd/i2pd.pid)
fi
endscript
}