ejabberd_systemd: Fix comment

This commit is contained in:
Holger Weiss 2021-01-06 18:52:22 +01:00
parent d7087c3952
commit e919171393
1 changed files with 1 additions and 1 deletions

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