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