summaryrefslogtreecommitdiffstats
path: root/debian/deluge-web.logrotate
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-19 17:41:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-19 17:41:57 +0000
commitc5e6567bbfe69524483464ae4e9bbc3a3b49282b (patch)
tree8ee9f26e650f9432e8cbae928774f501a59f834b /debian/deluge-web.logrotate
parentReleasing debian version 2.1.1-2. (diff)
downloaddeluge-c5e6567bbfe69524483464ae4e9bbc3a3b49282b.tar.xz
deluge-c5e6567bbfe69524483464ae4e9bbc3a3b49282b.zip
Adding deluge-web initscript (Closes: #722719).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/deluge-web.logrotate')
-rw-r--r--debian/deluge-web.logrotate7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/deluge-web.logrotate b/debian/deluge-web.logrotate
new file mode 100644
index 0000000..59b3799
--- /dev/null
+++ b/debian/deluge-web.logrotate
@@ -0,0 +1,7 @@
+/var/log/deluged/web-ui.log {
+ weekly
+ rotate 8
+ compress
+ missingok
+ copytruncate
+}