netdata: fix runit service to use the right user.
This commit is contained in:
parent
05fd281717
commit
7353a4a372
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue