change mod_offline restart type

This commit is contained in:
HAMANO Tsukasa 2015-03-09 20:28:55 +09:00
parent 5be957f23b
commit f55de94314
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ start_link(Host, Opts) ->
start(Host, Opts) ->
Proc = gen_mod:get_module_proc(Host, ?PROCNAME),
ChildSpec = {Proc, {?MODULE, start_link, [Host, Opts]},
temporary, 1000, worker, [?MODULE]},
transient, 1000, worker, [?MODULE]},
supervisor:start_child(ejabberd_sup, ChildSpec).
stop(Host) ->