mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
doc: Clarify distinction between "service" and "Shepherd service".
* doc/guix.texi (Services): Distinguish "service" and "Shepherd service". Add xref to "Shepherd Services".
This commit is contained in:
parent
201fff9ea1
commit
e8b652d46b
1 changed files with 6 additions and 5 deletions
|
@ -7445,11 +7445,12 @@ Configuration System}). System services are typically daemons launched
|
|||
when the system boots, or other actions needed at that time---e.g.,
|
||||
configuring network access.
|
||||
|
||||
Services are managed by the GNU@tie{}Shepherd (@pxref{Introduction,,,
|
||||
shepherd, The GNU Shepherd Manual}). On a running system, the
|
||||
@command{herd} command allows you to list the available services, show
|
||||
their status, start and stop them, or do other specific operations
|
||||
(@pxref{Jump Start,,, shepherd, The GNU Shepherd Manual}). For example:
|
||||
GuixSD has a broad definition of ``service'' (@pxref{Service
|
||||
Composition}), but many services are managed by the GNU@tie{}Shepherd
|
||||
(@pxref{Shepherd Services}). On a running system, the @command{herd}
|
||||
command allows you to list the available services, show their status,
|
||||
start and stop them, or do other specific operations (@pxref{Jump
|
||||
Start,,, shepherd, The GNU Shepherd Manual}). For example:
|
||||
|
||||
@example
|
||||
# herd status
|
||||
|
|
Loading…
Reference in a new issue