From 0bbc0c292e607f3a40017a23d237c5d44eb30783 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:22:32 +0200 Subject: Adding debian version 1.12.0-1+deb10u1. Signed-off-by: Daniel Baumann --- debian/netdata-core.netdata.logrotate | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/netdata-core.netdata.logrotate (limited to 'debian/netdata-core.netdata.logrotate') 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 +} -- cgit v1.2.3