etcsystemdsystemmultiusertargetwants
etcsystemdsystemmultiusertargetwants refers to the directory /etc/systemd/system/multi-user.target.wants in a systemd-based system. This directory contains symbolic links to service units and other units that should be started when the multi-user.target is reached. In systemd, a target is a coordination point that groups units together to reach a particular system state. The multi-user target represents a non-graphical, multi-user operating state suitable for servers and workstations without a graphical interface.
The links in this directory establish a “wanted by” relationship: if a unit file states WantedBy=multi-user.target,
Managing and inspecting: systemctl enable <service> places a link in multi-user.target.wants, while systemctl disable removes it.
Notes: while PreferredNames describe desired startup behavior, the presence of the .wants links does not guarantee