community/netdata to 1.6.0-2

This commit is contained in:
Kevin Mihelich 2017-04-19 23:35:07 +00:00
parent e26ec36b22
commit 2d65913e36

View file

@ -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"
}