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

Copy Markdown View Source

Change reported by systemd unit-file operations.

Summary

Types

action()

@type action() :: :symlink | :unlink | :masked | :unmasked | :unknown

t()

@type t() :: %Systemd.UnitFileChange{
  action: action(),
  path: String.t(),
  target: String.t()
}