diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 7dd66a86ab..d126dd3ec3 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -9783,10 +9783,11 @@ extend it by passing it lists of packages to add to the system profile. @cindex PID 1 @cindex init system -The @code{(gnu services dmd)} provides a way to define services managed -by the GNU@tie{}Shepherd, which is GuixSD initialization system---the -first process that is started when the system boots, aka. PID@tie{}1 -(@pxref{Introduction,,, shepherd, The GNU Shepherd Manual}). +The @code{(gnu services shepherd)} provides a way to define services +managed by the GNU@tie{}Shepherd, which is GuixSD initialization +system---the first process that is started when the system boots, +aka. PID@tie{}1 (@pxref{Introduction,,, shepherd, The GNU Shepherd +Manual}). Services in the Shepherd can depend on each other. For instance, the SSH daemon may need to be started after the syslog daemon has been |