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

Copy Markdown View Source

Section header in a systemd unit file, for example [Service].

Summary

Types

t()

@type t() :: %Systemd.UnitFile.Section{
  name: String.t(),
  span: Systemd.UnitFile.Span.t() | nil
}