View Source eturnal_systemd (eturnal v1.12.0)

Summary

Types

-opaque state()

Functions

Link to this function

code_change(OldVsn, State, Extra)

View Source
-spec code_change({down, term()} | term(), state(), term()) -> {ok, state()}.
Link to this function

handle_call(Request, From, State)

View Source
-spec handle_call(term(), {pid(), term()}, state()) -> {reply, {error, badarg}, state()}.
Link to this function

handle_cast(Msg, Systemd_state)

View Source
-spec handle_cast({notify, binary()} | term(), state()) -> {noreply, state()}.
Link to this function

handle_info(Info, Systemd_state)

View Source
-spec handle_info(ping_watchdog | term(), state()) -> {noreply, state()}.
-spec init(any()) -> {ok, state()} | {stop, term()}.
-spec ready() -> ok.
-spec reloading() -> ok.
-spec start_link() -> {ok, pid()} | ignore | {error, term()}.
-spec stopping() -> ok.
Link to this function

terminate(Reason, State)

View Source
-spec terminate(normal | shutdown | {shutdown, term()} | term(), state()) -> ok.