summaryrefslogtreecommitdiffstats
path: root/contrib/README.md
diff options
context:
space:
mode:
authordavid <fuellgraf@transporeon.com>2016-10-17 13:20:31 +0200
committerdavid <fuellgraf@transporeon.com>2016-10-17 13:20:31 +0200
commit2cbccffc0556549e20b89bc4942d0ceb895748de (patch)
tree98bc7cc846aa513e825358599b3a25c88aec20b1 /contrib/README.md
parent64048c23a2f8dd207268af9bf55513784f722468 (diff)
registry folder will be forced
Diffstat (limited to 'contrib/README.md')
-rw-r--r--contrib/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/README.md b/contrib/README.md
index d911031883..60bcf3f280 100644
--- a/contrib/README.md
+++ b/contrib/README.md
@@ -45,8 +45,8 @@ updates first.
* edit `contrib/debian/netdata.init` and change `PIDFILE` to
`/var/run/netdata.pid`
-* add `dpkg-statoverride --update --add --force root netdata 0775 /var/lib/netdata/registry` to
- `contrib/debian/netdata.postinst.in`. So the unique id can be written to the fs.
+* remove `dpkg-statoverride --update --add --force root netdata 0775 /var/lib/netdata/registry` from
+ `contrib/debian/netdata.postinst.in`. If you are going to handle the unique id file differently.
Then proceed as the main instructions above.