2025-12-16 10:20:31 -07:00
|
|
|
# systemctl add-wants
|
|
|
|
|
|
|
|
|
|
> Add `Wants` dependencies to a target for one or more units.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#add-wants%20TARGET%20UNIT%E2%80%A6>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Add a `Wants` dependency from a target to a unit:
|
|
|
|
|
|
|
|
|
|
`systemctl add-wants {{target}} {{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`
|