summaryrefslogtreecommitdiffstats
path: root/debian/netdata-core.netdata.logrotate
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:58:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:58:04 +0000
commit89f8d515746f459d7ca8e6261bd590bd1b4602bd (patch)
treee419fa4503aef64498a4e74697f5b35b26e9c8d6 /debian/netdata-core.netdata.logrotate
parentAdding upstream version 1.44.3. (diff)
downloadnetdata-debian.tar.xz
netdata-debian.zip
Adding debian version 1.44.3-2.debian/1.44.3-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/netdata-core.netdata.logrotate13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/netdata-core.netdata.logrotate b/debian/netdata-core.netdata.logrotate
new file mode 100644
index 00000000..7ede4fcb
--- /dev/null
+++ b/debian/netdata-core.netdata.logrotate
@@ -0,0 +1,13 @@
+/var/log/netdata/*log {
+ compress
+ create 0640 netdata adm
+ weekly
+ delaycompress
+ missingok
+ notifempty
+ rotate 14
+ sharedscripts
+ postrotate
+ /bin/kill -HUP `pidof netdata 2>/dev/null` 2>/dev/null || true
+ endscript
+}