# HG changeset patch # User Kim Alvefur # Date 1450876857 -3600 # Node ID 719f02848c99f8994701dfbe0735943adde84e30 # Parent 817c7b197ac7f95daf944fd02378cd7051d6590f man prosodyctl: Add missing 'reload' command diff -r 817c7b197ac7 -r 719f02848c99 man/prosodyctl.man --- 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: .SH AUTHORS -Dwayne Bent . +Dwayne Bent ; Kim Alvefur. diff -r 817c7b197ac7 -r 719f02848c99 man/prosodyctl.markdown --- 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 ' +- 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.