aboutsummaryrefslogtreecommitdiffstats
path: root/man/prosodyctl.markdown
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.markdown
parente310e18a50db40e86930cf905561495637b3616c (diff)
downloadprosody-449bfbc135e6592865fd68f29e2d75ec7667c4a7.tar.gz
prosody-449bfbc135e6592865fd68f29e2d75ec7667c4a7.zip
man prosodyctl: Add missing 'reload' command
Diffstat (limited to 'man/prosodyctl.markdown')
-rw-r--r--man/prosodyctl.markdown5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/prosodyctl.markdown b/man/prosodyctl.markdown
index e4cd8e91..5360503b 100644
--- a/man/prosodyctl.markdown
+++ b/man/prosodyctl.markdown
@@ -1,6 +1,7 @@
---
author:
- 'Dwayne Bent <dbb.1@liqd.org>'
+- Kim Alvefur
date: '2015-12-23'
section: 1
title: PROSODYCTL
@@ -72,6 +73,10 @@ restart
: Restarts the prosody server daemon. Equivalent to running prosodyctl
stop followed by prosodyctl start.
+reload
+: Signals the prosody server daemon to reload configuration and reopen
+ log files.
+
status
: Prints the current execution status of the prosody server daemon.