man/openrc-run.8: Clarify the explanation of the need dependency
This commit is contained in:
parent
1cac8b080c
commit
c46adf1434
@ -217,8 +217,10 @@ that dependency type to the function, or prefix the names with ! to
|
|||||||
remove them from the dependencies.
|
remove them from the dependencies.
|
||||||
.Bl -tag -width "RC_DEFAULTLEVEL"
|
.Bl -tag -width "RC_DEFAULTLEVEL"
|
||||||
.It Ic need
|
.It Ic need
|
||||||
The service will refuse to start until needed services have started and it
|
The service will attempt to start any services it needs regardless of
|
||||||
will refuse to stop until any services that need it have stopped.
|
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
|
.It Ic use
|
||||||
The service will attempt to start any services it uses that have been added
|
The service will attempt to start any services it uses that have been added
|
||||||
to the runlevel.
|
to the runlevel.
|
||||||
|
Loading…
Reference in New Issue
Block a user