package
1.2.1
Repository: https://github.com/go-magma/magma.git
Documentation: pkg.go.dev

# Functions

Get returns Service Controller for configured init system or the default controller if match cannot be found.
StartCmdWithStderrStdoutTailer starts given command and waits for its completion, StartCmdWithStderrStdoutTailer creates the chan where all stderr & stdout strings are sent The chan will be closed when both stdout & stderr streams are closed or have errors To terminate the running command - use Process.Kill().

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
DefaultInitdLogTailCmd logs tail command if none is specified.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

DockerController - docker based controller implementation.
InitdController - initd based controller implementation.
RunitController - runit based controller implementation.
SystemdController - systemd based controller implementation.

# Interfaces

ServiceController defines service controller API for service manager providers.

# Type aliases

No description provided by the author