package node import ( "context" system "undecided.project/monok8s/pkg/system" ) func StartControlAgent(ctx context.Context, n *NodeContext) error { return system.EnsureServiceRunning(ctx, n.SystemRunner, "control-agent") }