mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
man prosodyctl: Add missing 'reload' command
This commit is contained in:
parent
e310e18a50
commit
449bfbc135
2 changed files with 12 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue