summaryrefslogtreecommitdiffstats
path: root/debian/deluged.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'debian/deluged.logrotate')
-rw-r--r--debian/deluged.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/deluged.logrotate b/debian/deluged.logrotate
new file mode 100644
index 0000000..8a22a7a
--- /dev/null
+++ b/debian/deluged.logrotate
@@ -0,0 +1,7 @@
+/var/log/deluged/daemon.log {
+ weekly
+ rotate 8
+ compress
+ missingok
+ copytruncate
+}