Comment line in a systemd unit file.
Summary
Types
@type t() :: %Systemd.UnitFile.Comment{ marker: String.t(), span: Systemd.UnitFile.Span.t() | nil, text: String.t() }
Comment line in a systemd unit file.
@type t() :: %Systemd.UnitFile.Comment{ marker: String.t(), span: Systemd.UnitFile.Span.t() | nil, text: String.t() }