523 B
523 B
systemctl add-wants
Add
Wantsdependencies to a target for one or more units. More information: https://www.freedesktop.org/software/systemd/man/systemctl.html#add-wants%20TARGET%0A%20%20%20%20%20%20%20%20%20%20UNIT%E2%80%A6.
- Add a
Wantsdependency from a target to a unit:
systemctl add-wants {{target}} {{unit}}
- Add multiple
Wantsdependencies at once:
systemctl add-wants {{target}} {{unit1 unit2 ...}}
- Add a user-level
Wantsdependency:
systemctl add-wants {{target}} {{unit}} --user