Common state properties for a systemd socket object.
Summary
Types
@type t() :: %Systemd.SocketState{ accept: boolean() | nil, listen: [term()] | nil, n_connections: non_neg_integer() | nil, result: String.t() | nil }
Common state properties for a systemd socket object.
@type t() :: %Systemd.SocketState{ accept: boolean() | nil, listen: [term()] | nil, n_connections: non_neg_integer() | nil, result: String.t() | nil }