aboutsummaryrefslogtreecommitdiff
path: root/debian/gnunet.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'debian/gnunet.logrotate')
-rw-r--r--debian/gnunet.logrotate10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/gnunet.logrotate b/debian/gnunet.logrotate
new file mode 100644
index 000000000..3b8a013dd
--- /dev/null
+++ b/debian/gnunet.logrotate
@@ -0,0 +1,10 @@
1/var/log/gnunetd/gnunetd.log {
2 weekly
3 size=100k
4 rotate 7
5 compress
6 copytruncate
7 delaycompress
8 notifempty
9 missingok
10}