Systemd.UnitFileOperation (systemd v0.1.0-pre.1)

Copy Markdown View Source

Result returned by systemd unit-file operations.

Summary

Types

t()

@type t() :: %Systemd.UnitFileOperation{
  carries_install_info: boolean() | nil,
  changes: [Systemd.UnitFileChange.t()]
}