Systemd.UnitFile.Comment (systemd v0.1.0-pre.1)

Copy Markdown View Source

Comment line in a systemd unit file.

Summary

Types

t()

@type t() :: %Systemd.UnitFile.Comment{
  marker: String.t(),
  span: Systemd.UnitFile.Span.t() | nil,
  text: String.t()
}