Systemd.Manager.Options (systemd v0.1.0-pre.0)

Copy Markdown View Source

Normalized options for systemd manager operations.

Summary

Types

t()

@type t() :: %Systemd.Manager.Options{
  bus: Systemd.DBus.bus(),
  force: boolean(),
  interval: pos_integer(),
  mode: String.t(),
  runtime: boolean(),
  timeout: non_neg_integer(),
  wait: boolean()
}