systemd

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ActiveStateActivating ActiveStateType = "activating"
	ActiveStateActive     ActiveStateType = "active"
	ActiveStateFailed     ActiveStateType = "failed"
	ActiveStateInactive   ActiveStateType = "inactive"

	SubStateStartPre  SubStateType = "start-pre"
	SubStateStartPost SubStateType = "start-post"
	SubStateRunning   SubStateType = "running"
	SubStateExited    SubStateType = "exited"
	SubStateDead      SubStateType = "dead"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ActiveStateType

type ActiveStateType string

type Manager

type Manager interface {
	// EnsurePatterns sets the match patterns for systemd units.
	EnsurePatterns([]string) error
	status.Exporter
}

func NewManager

func NewManager(log *log.PrefixLogger, client *client.Systemd) Manager

type SubStateType

type SubStateType string

type SystemDUnitListEntry

type SystemDUnitListEntry struct {
	Unit        string          `json:"unit"`
	LoadState   string          `json:"load"`
	ActiveState ActiveStateType `json:"active"`
	Sub         SubStateType    `json:"sub"`
	Description string          `json:"description"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL