func()

in lib/ec2macossystemmonitor/relayd.go [208:212]


func (relay *SerialRelay) CleanUp() {
	_ = relay.listener.Close()
	_ = relay.serialConnection.Close()
	_ = os.RemoveAll(SocketPath)
}