6.3. Specifying the Order Resources Should Start/Stop In
6.3.1. Mandatory Ordering
When the then resource cannot run without the first resource being active, one should use mandatory constraints. To specify a constraint is mandatory, use a scores greater than zero. This will ensure that the then resource will react when the first resource changes state.
If the first resource was running and is stopped, the then resource will also be stopped (if it is running)
If the first resource was not running and cannot be started, the then resource will be stopped (if it is running)
If the first resource is (re)started while the then resource is running, the then resource will be stopped and restarted