The system (boundary) is the boundary between the system and the users of the system.

graph {
	subgraph cluster0 {
		label="System"
		A
	}
 
	Actor [shape=star label="" xlabel="X"]
	A--Actor
}