X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=contrib%2FREADME.md;h=60bcf3f28021b899582ed7e93ddd89b3df073ab8;hb=ddb98c22d8edbfa690d903a611f772b444b643ef;hp=3433454a798dfb91e55930e6c4d5ab507987d587;hpb=59f4970940d8c0186649eeb4062d86009283942f;p=netdata.git diff --git a/contrib/README.md b/contrib/README.md index 3433454a..60bcf3f2 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -37,14 +37,16 @@ updates first. * rename `contrib/debian/control.wheezy` to `contrib/debian/control`. -* uncomment `EXTRA_OPTS="-pidfile /var/run/netdata.pid"` in +* change `control.wheezy from contrib/Makefile* to control`. + +* uncomment `EXTRA_OPTS="-P /var/run/netdata.pid"` in `contrib/debian/netdata.default` * edit `contrib/debian/netdata.init` and change `PIDFILE` to `/var/run/netdata.pid` -* uncomment `postrotate` in `system/netdata.logrotate.in` and change - `try-restart` to `restart` +* 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.