25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-12-20 17:27:00 +01: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">>).
%%--------------------------------------------------------------------
%% gen_mod callbacks.
%% gen_server callbacks.
%%--------------------------------------------------------------------
-spec init(any())
-> {ok, state()} | {ok, state(), watchdog_timeout()} | {stop, term()}.