netdata: fix runit service to use the right user.

This commit is contained in:
Juan RP 2016-05-01 11:11:07 +02:00
parent 05fd281717
commit 7353a4a372
2 changed files with 2 additions and 2 deletions

View file

@ -5,4 +5,4 @@ for f in cache log; do
chown -R _netdata:_netdata /var/${f}/netdata
done
exec netdata -u netdata -nd
exec netdata -u _netdata -nd

View file

@ -1,7 +1,7 @@
# Template file for 'netdata'
pkgname=netdata
version=1.1.0
revision=2
revision=3
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="zlib-devel"