mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
New command to halt ejabberd abruptly with an error status code
Used for processone/ejabberd-contrib#97
This commit is contained in:
parent
d2c54fd5fe
commit
dcc8149f58
@ -116,6 +116,10 @@ get_commands_spec() ->
|
||||
desc = "Stop ejabberd gracefully",
|
||||
module = ?MODULE, function = stop,
|
||||
args = [], result = {res, rescode}},
|
||||
#ejabberd_commands{name = halt, tags = [server],
|
||||
desc = "Halt ejabberd abruptly with status code 1",
|
||||
module = ejabberd, function = halt,
|
||||
args = [], result = {res, rescode}},
|
||||
#ejabberd_commands{name = restart, tags = [server],
|
||||
desc = "Restart ejabberd gracefully",
|
||||
module = ?MODULE, function = restart,
|
||||
|
Loading…
Reference in New Issue
Block a user