HostKit.Resources.Account (host_kit v0.1.0-beta.1)

Copy Markdown View Source

Desired Linux account.

Summary

Types

t()

@type t() :: %HostKit.Resources.Account{
  depends_on: [term()],
  groups: [String.t()],
  home: String.t() | nil,
  meta: map(),
  name: String.t(),
  rollback: :keep,
  shell: String.t() | nil,
  system: boolean()
}

Functions

id(account)