Cheat sheets#
systemd’s dependencies#
A has X=B in its [Unit] section where X is one of Wants,
Requires, Requisite, BindsTo, PartOf, and Upholds.
|
|
|
|||
|---|---|---|---|---|---|
implicitly |
explicitly |
||||
|
|
||||
|
|
|
|
|
|
|
|
|
|||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|||
|
|
||||
Requisite: A starts normally if B is already running, fails otherwise.