Software /
code /
prosody
Changeset
7033:719f02848c99
man prosodyctl: Add missing 'reload' command
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 23 Dec 2015 14:20:57 +0100 |
parents | 7032:817c7b197ac7 |
children | 7034:27f4d63f136a |
files | man/prosodyctl.man man/prosodyctl.markdown |
diffstat | 2 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/man/prosodyctl.man Wed Dec 23 14:19:01 2015 +0100 +++ b/man/prosodyctl.man Wed Dec 23 14:20:57 2015 +0100 @@ -76,6 +76,12 @@ .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 @@ .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.
--- a/man/prosodyctl.markdown Wed Dec 23 14:19:01 2015 +0100 +++ b/man/prosodyctl.markdown Wed Dec 23 14:20:57 2015 +0100 @@ -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 @@ : 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.