From c46adf14343df3a74aef7e4ae5be175ae5fa7a01 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 22 Sep 2017 16:20:41 -0500 Subject: man/openrc-run.8: Clarify the explanation of the need dependency --- man/openrc-run.8 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/openrc-run.8 b/man/openrc-run.8 index 2e3ec728..471f63e5 100644 --- a/man/openrc-run.8 +++ b/man/openrc-run.8 @@ -217,8 +217,10 @@ that dependency type to the function, or prefix the names with ! to remove them from the dependencies. .Bl -tag -width "RC_DEFAULTLEVEL" .It Ic need -The service will refuse to start until needed services have started and it -will refuse to stop until any services that need it have stopped. +The service will attempt to start any services it needs regardless of +whether they have been added to the runlevel. It will refuse to start +until all services it needs have started, and it will refuse to stop until all +services that need it have stopped. .It Ic use The service will attempt to start any services it uses that have been added to the runlevel. -- cgit v1.2.3