aboutsummaryrefslogtreecommitdiffstats
path: root/man/prosodyctl.man
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2015-12-23 14:20:57 +0100
committerKim Alvefur <zash@zash.se>2015-12-23 14:20:57 +0100
commit449bfbc135e6592865fd68f29e2d75ec7667c4a7 (patch)
treeeb38a14e56556503ef6be162774d2a818440824a /man/prosodyctl.man
parente310e18a50db40e86930cf905561495637b3616c (diff)
downloadprosody-449bfbc135e6592865fd68f29e2d75ec7667c4a7.tar.gz
prosody-449bfbc135e6592865fd68f29e2d75ec7667c4a7.zip
man prosodyctl: Add missing 'reload' command
Diffstat (limited to 'man/prosodyctl.man')
-rw-r--r--man/prosodyctl.man8
1 files changed, 7 insertions, 1 deletions
diff --git a/man/prosodyctl.man b/man/prosodyctl.man
index 44e6022f..8dd9e1f8 100644
--- a/man/prosodyctl.man
+++ b/man/prosodyctl.man
@@ -76,6 +76,12 @@ 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
@@ -113,4 +119,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.