comparison mod_reload_modules.wiki @ 495:fa33da93a246

trim trailing whitespace
author Kim Alvefur <zash@zash.se>
date Tue, 18 Nov 2014 14:06:49 +0100
parents 6aa13786ce90
children
comparison
equal deleted inserted replaced
494:fb9e558dd1df 495:fa33da93a246
1 #summary Automatically reload modules with the config 1 #summary Automatically reload modules with the config
2 #labels Stage-Stable 2 #labels Stage-Stable
3 3
4 = Introduction = 4 = Introduction =
5 5
6 By default Prosody does not reload modules at runtime unless instructed to via one of its admin interfaces. However sometimes you want to easily reload a module to apply new settings when the config changes. 6 By default Prosody does not reload modules at runtime unless instructed to via one of its admin interfaces. However sometimes you want to easily reload a module to apply new settings when the config changes.
7 7
8 mod_reload_modules will reload a set list of modules every time Prosody reloads its config (e.g. on SIGHUP). 8 mod_reload_modules will reload a set list of modules every time Prosody reloads its config (e.g. on SIGHUP).
9 9
10 = Configuration = 10 = Configuration =
11 11