Clarify action of `core-service`

This commit is contained in:
Tony Garnock-Jones 2021-09-27 13:53:54 +02:00
parent b4b4995d84
commit 955177b7db
1 changed files with 3 additions and 2 deletions

View File

@ -40,6 +40,7 @@ State =
ServiceDependency = <depends-on @depender any @dependee ServiceState>.
; Asserts that the service is a "core" service. If *not* specified for
; a service X, the system acts as if `<depends-on X <service-state
; <milestone core> running>>` were asserted.
; a service X, where X is not `<milestone Y>` for some Y, the system
; acts as if `<depends-on X <service-state <milestone core> running>>`
; were asserted.
ServiceMilestone = <core-service @serviceName any>.