mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
ejabberd_systemd: Fix comment
This commit is contained in:
parent
d7087c3952
commit
e919171393
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ stopping() ->
|
||||||
cast_notification(<<"STOPPING=1">>).
|
cast_notification(<<"STOPPING=1">>).
|
||||||
|
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
%% gen_mod callbacks.
|
%% gen_server callbacks.
|
||||||
%%--------------------------------------------------------------------
|
%%--------------------------------------------------------------------
|
||||||
-spec init(any())
|
-spec init(any())
|
||||||
-> {ok, state()} | {ok, state(), watchdog_timeout()} | {stop, term()}.
|
-> {ok, state()} | {ok, state(), watchdog_timeout()} | {stop, term()}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue