From: Vladimír Čunát Date: Fri, 17 Jan 2020 13:43:18 +0000 (+0100) Subject: NEWS, upgrading: document deprecation of --forks X-Git-Tag: v5.0.0~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b864ec131e61f1e8fe58167c9b9af1c552c44ec4;p=thirdparty%2Fknot-resolver.git NEWS, upgrading: document deprecation of --forks --- diff --git a/NEWS b/NEWS index e7fa143e8..b8a097e7e 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,7 @@ Incompatible changes - see upgrading guide: https://knot-resolver.readthedocs.io/en/stable/upgrading.html - net.listen() throws an error if it fails to bind; use freebind option if needed - control socket location has changed +- -f/--forks is deprecated (#529, !919) Improvements ------------ diff --git a/doc/upgrading.rst b/doc/upgrading.rst index 6e53758b5..e2e979ee5 100644 --- a/doc/upgrading.rst +++ b/doc/upgrading.rst @@ -21,6 +21,11 @@ Users "with systemd","``/run/knot-resolver/control@$ID``","``/run/knot-resolver/control/$ID``" "without systemd","``$PWD/tty/$PID``","``$PWD/control/$PID``" +* ``-f`` / ``--forks`` command-line option is deprecated. + In case you just want to trigger non-interactive mode, there's new ``-n`` / ``--noninteractive``. + This forking style `was not ergonomic `_; + with independent kresd processes you can better utilize a process manager (e.g. systemd). + Configuration file ------------------