1
0
Fork 0
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:
Holger Weiss 2021-01-06 18:52:22 +01:00
parent d7087c3952
commit e919171393

View file

@ -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()}.