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

Copy Markdown View Source

Constructors for systemd transient units.

Summary

Functions

Creates a boolean property.

Creates an ExecStart property.

Creates a typed transient-unit property.

Creates a string property.

Creates an unsigned 64-bit property.

Types

property()

@type property() :: Systemd.TransientUnit.Property.t()

Functions

boolean(name, value)

Creates a boolean property.

exec_start(path, argv, ignore_failure \\ false)

@spec exec_start(String.t(), [String.t()], boolean()) ::
  Systemd.TransientUnit.Property.t()

Creates an ExecStart property.

property(name, signature, value)

Creates a typed transient-unit property.

string(name, value)

Creates a string property.

uint64(name, value)

Creates an unsigned 64-bit property.