Skip to main content

Module manager

Module manager 

Source
Expand description

Varlink proxy for the io.systemd.Manager interface on PID 1’s socket. Adapted from the interface definition in systemd’s src/core/varlink-manager.c.

Structs§

DescribeOutput
Output parameters for the Describe method.
ManagerRuntime
Runtime state of the systemd manager.

Enums§

ManagerError
Errors that can occur in the io.systemd.Manager interface.

Constants§

MANAGER_SOCKET_PATH

Traits§

Manager
Proxy trait for calling methods on the io.systemd.Manager interface.
ManagerChain
Extension trait for adding proxy calls to any chain.