MCPcopy
hub / github.com/safing/portmaster / LinuxSystemService

Struct LinuxSystemService

cmds/cmdbase/service_linux.go:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type LinuxSystemService struct {
17 instance ServiceInstance
18}
19
20func NewSystemService(instance ServiceInstance) *LinuxSystemService {
21 return &LinuxSystemService{instance: instance}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected