target(systemd)

target(systemd)

Content #

A target is a unit that groups together other systemd units for a particular purpose. The units that a target can group together include services, paths, mount points, sockets, and even other targets.

systemctl list-units -t target
systemctl list-units -t target --state=inactive

Passive targets(systemd)

From #

man systemd.special