diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-03-21 01:40:17 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-03-21 01:40:17 +0300 |
commit | d75f96dea025efec732ef8469ea9b3bb30e722f0 (patch) | |
tree | 59786387633c17feeca805dfb4874aaf82151493 /net-misc/i2pd/files/i2pd.logrotate | |
parent | b381158ee1526a849a43c667cfaac9b73783da4b (diff) |
sync with gentoo
Diffstat (limited to 'net-misc/i2pd/files/i2pd.logrotate')
-rw-r--r-- | net-misc/i2pd/files/i2pd.logrotate | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net-misc/i2pd/files/i2pd.logrotate b/net-misc/i2pd/files/i2pd.logrotate deleted file mode 100644 index 790cd2a..0000000 --- a/net-misc/i2pd/files/i2pd.logrotate +++ /dev/null @@ -1,14 +0,0 @@ -/var/log/i2pd.log { - rotate 4 - weekly - missingok - notifempty - compress - delaycompress - copytruncate - create 640 i2pd i2pd - postrotate - /etc/init.d/i2pd restart >/dev/null - endscript -} - |