commands.sh

systemctl add-wants

linux

Add `Wants` dependencies to a target for one or more units.

More info →

Examples (3)

Add a `Wants` dependency from a target to a unit

Add multiple `Wants` dependencies at once

systemctl add-wants target unit1 unit2 ...

Add a user-level `Wants` dependency

systemctl add-wants target unit --user
made by @shridhargupta | data from tldr-pages