This commit is contained in:
Tony Garnock-Jones 2021-09-27 13:56:12 +02:00
parent 955177b7db
commit 9078267e76
1 changed files with 1 additions and 1 deletions

View File

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