From 287b118eba4771413f882c53fc0ddb8298a66cb9 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Sat, 20 Oct 2018 15:38:40 +0100 Subject: [PATCH] docs: mention that dinitctl enable defaults to boot as dependent. --- doc/manpages/dinitctl.8 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/manpages/dinitctl.8 b/doc/manpages/dinitctl.8 index 4c79ed7..2376bd3 100644 --- a/doc/manpages/dinitctl.8 +++ b/doc/manpages/dinitctl.8 @@ -136,7 +136,10 @@ Permanently enable a \fBwaits-for\fR dependency between two services. This is mu but it also starts the dependency if the dependent is started (without explicit activation, so the dependency will stop if the dependent stops), and it creates a symbolic link in the directory specified via the \fBwaits-for.d\fR directive in the service description (there must be only one such -directive). The dependency should therefore be persistent. +directive). The dependency should therefore be persistent. + +If the \fB--from\fR option is not used to specify the dependent, the dependency is created from the +\fBboot\fR service by default. .TP \fBdisable\fR Permanently disable a \fBwaits-for\fR dependency between two services. This is the complement of the -- 2.25.1