Walkthrough, services complete. Misc edits

This commit is contained in:
kn0wmad
2022-01-07 13:14:48 -07:00
committed by Lucy Cifferello
parent d63695585e
commit 754abf22bf
24 changed files with 100 additions and 82 deletions

View File

@@ -1,4 +1,4 @@
.. _service_config:
.. _service-config:
============================
Service Config Specification
@@ -508,7 +508,7 @@ Example:
Config Rules
------------
This file defines the configuration rules, or the rule-set that defines dependencies between config variables. In practice, config rules are for auto-configuring self dependencies. Self dependencies are internal dependencies of a service, such as if the setting of one config variable informs the option of another setting. These "dependencies" are configured as rules.
This file defines the configuration rules, or the rule-set that defines dependencies between config variables. In practice, config rules are for auto-configuring self dependencies. Self dependencies are internal dependencies of a service, such as if the setting of one config variable informs the option of another setting. These "dependencies" are configured as rules.
A rule is a boolean expression that we demand to be true. It is not true if the expression fails the rule parser.