util.jid: Import select() into local (fixes traceback, tests on Lua 5.2)
[prosody.git] / man / prosodyctl.man
index 44e6022f71da1e76d84ed29b36d58095501aa990..b91502a846ae746c5eeb6a2cf0ce254cb5804759 100644 (file)
@@ -76,10 +76,34 @@ Equivalent to running prosodyctl stop followed by prosodyctl start.
 .RS
 .RE
 .TP
+.B reload
+Signals the prosody server daemon to reload configuration and reopen log
+files.
+.RS
+.RE
+.TP
 .B status
 Prints the current execution status of the prosody server daemon.
 .RS
 .RE
+.SS Debugging
+.PP
+prosodyctl can also show some information about the environment,
+dependencies and such to aid in debugging.
+.TP
+.B about
+Shows environment, various paths used by Prosody and installed
+dependencies.
+.RS
+.RE
+.TP
+.B check [what]
+Performs various sanity checks on the configuration, DNS setup and
+configured TLS certificates.
+\f[C]what\f[] can be one of \f[C]config\f[], \f[C]dns\f[] and
+\f[C]certs\f[] to run only that check.
+.RS
+.RE
 .SS Ejabberd Compatibility
 .PP
 ejabberd is another XMPP server which provides a comparable control
@@ -113,4 +137,4 @@ server daemon and to determine if a host has been configured.
 .PP
 More information may be found online at: <https://prosody.im/>
 .SH AUTHORS
-Dwayne Bent <dbb.1@liqd.org>.
+Dwayne Bent <dbb.1@liqd.org>; Kim Alvefur.