Key/value directive in a systemd unit file.
Duplicate directives are valid and preserved.
Summary
Types
@type t() :: %Systemd.UnitFile.Directive{ name: String.t(), span: Systemd.UnitFile.Span.t() | nil, value: String.t() }
Key/value directive in a systemd unit file.
Duplicate directives are valid and preserved.
@type t() :: %Systemd.UnitFile.Directive{ name: String.t(), span: Systemd.UnitFile.Span.t() | nil, value: String.t() }