man pages: reword description of depends-ms dependency.
authorDavin McCall <davmac@davmac.org>
Wed, 28 Feb 2018 12:32:11 +0000 (12:32 +0000)
committerDavin McCall <davmac@davmac.org>
Wed, 28 Feb 2018 12:32:11 +0000 (12:32 +0000)
doc/manpages/dinit-service.5

index 14b578d378abeee5a12a458e9abcab1d12d4883f..6287ebec9885995e2364c40bcbba43aede7dfccb 100644 (file)
@@ -153,9 +153,10 @@ this service will also be stopped.
 .TP
 \fBdepends\-ms\fR = \fIservice-name\fR
 This service has a "milestone" dependency on the named service. Starting this
-service will start the named service; the command to start this service will
-not be executed until the named service has started. If the named service is
-stopped then the dependency is dropped until this service is next started.
+service will start the named service; this service will not start until the
+named service has started, and will fail to start if the named service does
+not start. Once the named service reaches the started state, however, the
+dependency is effectively dropped until this service is next started.
 .TP
 \fBwaits\-for\fR = \fIservice-name\fR
 When this service is started, wait for the named service to finish starting