From: Otto Moerbeek Date: Tue, 28 Jan 2020 14:33:38 +0000 (+0100) Subject: Document the difference between rec_control quit and quit-nicely. X-Git-Tag: auth-4.3.0-beta1~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f85468b535d56a416b8eea7a84ba8dc3e536f568;p=thirdparty%2Fpdns.git Document the difference between rec_control quit and quit-nicely. Fixes #2267 --- diff --git a/pdns/recursordist/docs/manpages/rec_control.1.rst b/pdns/recursordist/docs/manpages/rec_control.1.rst index f196dab158..7bf07ff8ac 100644 --- a/pdns/recursordist/docs/manpages/rec_control.1.rst +++ b/pdns/recursordist/docs/manpages/rec_control.1.rst @@ -196,10 +196,13 @@ ping Check if server is alive. quit - Request shutdown of the recursor. + Request shutdown of the recursor, exiting the process while + letting the OS clean up recources. quit-nicely - Request nice shutdown of the recursor. + Request nice shutdown of the recursor. This method allows all + threads to finish their current work and releases resources before + exiting. This is the preferred method to stop the recursor. reload-acls Reloads ACLs.