mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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
|
chown -R _netdata:_netdata /var/${f}/netdata
|
||||||
done
|
done
|
||||||
|
|
||||||
exec netdata -u netdata -nd
|
exec netdata -u _netdata -nd
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'netdata'
|
# Template file for 'netdata'
|
||||||
pkgname=netdata
|
pkgname=netdata
|
||||||
version=1.1.0
|
version=1.1.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue