diff --git a/community/netdata/PKGBUILD b/community/netdata/PKGBUILD index 45ec6606b..0cde1f219 100644 --- a/community/netdata/PKGBUILD +++ b/community/netdata/PKGBUILD @@ -6,7 +6,7 @@ pkgname=netdata pkgver=1.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web." url="https://github.com/firehol/netdata/wiki" arch=('i686' 'x86_64') @@ -41,5 +41,6 @@ package() { touch "$pkgdir/etc/netdata/netdata.conf" install -Dm0644 "system/netdata.service" "$pkgdir/usr/lib/systemd/system/netdata.service" + install -Dm0644 "system/netdata.logrotate" "$pkgdir/etc/logrotate.d/netdata" }