MCPcopy Create free account
hub / github.com/containerd/nerdctl / systemctlTarget

Method systemctlTarget

pkg/testutil/testutil.go:134–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132}
133
134func (b *Base) systemctlTarget() string {
135 if IsDocker() {
136 return "docker.service"
137 }
138
139 return "containerd.service"
140}
141
142func (b *Base) systemctlArgs() []string {
143 var systemctlArgs []string

Callers 3

KillDaemonMethod · 0.95
EnsureDaemonActiveMethod · 0.95
DumpDaemonLogsMethod · 0.95

Calls 1

IsDockerFunction · 0.70

Tested by

no test coverage detected