summaryrefslogtreecommitdiffstats
path: root/debian/netdata-core.netdata.logrotate
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 14:31:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 14:31:18 +0000
commit33bf274e12fc252b226e27a80f7edb0960ea68e5 (patch)
treedc335557085ce47d3e70b3b147f47a7b1857ed51 /debian/netdata-core.netdata.logrotate
parentAdding upstream version 1.37.1. (diff)
downloadnetdata-debian/1.37.1-2.tar.xz
netdata-debian/1.37.1-2.zip
Adding debian version 1.37.1-2.debian/1.37.1-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/netdata-core.netdata.logrotate')
-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 0000000..7ede4fc
--- /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
+}