summaryrefslogtreecommitdiffstats
path: root/debian/deluged.logrotate
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-19 14:55:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-19 14:55:20 +0000
commit17e5409f1218da4ac76e9c352abd60bd70e470c0 (patch)
treee46d6e8ce16d83ae63907f72e5263b1cee88503a /debian/deluged.logrotate
parentAdding upstream version 2.0.3. (diff)
downloaddeluge-17e5409f1218da4ac76e9c352abd60bd70e470c0.tar.xz
deluge-17e5409f1218da4ac76e9c352abd60bd70e470c0.zip
Adding debian version 2.0.3-4.debian/2.0.3-4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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
+}