func CheckSocketExists()

in lib/ec2macossystemmonitor/serial.go [40:42]


func CheckSocketExists() (exists bool) {
	return fileExists(SocketPath)
}