diff options
author | Alex Kost <alezost@gmail.com> | 2016-01-27 15:45:01 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2016-01-29 20:21:53 +0300 |
commit | 0190c1c02fd8cefa9642add58b4c7ccf75f082a7 (patch) | |
tree | c25c9eb16b2d1bb6d242c073637811d16ae8d391 /doc | |
parent | dd17bc38213d72a06d9a2a1e5402abcf24b0c21a (diff) | |
download | patches-0190c1c02fd8cefa9642add58b4c7ccf75f082a7.tar patches-0190c1c02fd8cefa9642add58b4c7ccf75f082a7.tar.gz |
Rename (gnu services dmd) to (gnu services shepherd).
* gnu/services/dmd.scm: Rename to...
* gnu/services/shepherd.scm: ... this.
* gnu/system.scm: Use it.
* gnu/system/install.scm: Likewise.
* gnu/services/xorg.scm: Likewise.
* gnu/services/web.scm: Likewise.
* gnu/services/ssh.scm: Likewise.
* gnu/services/networking.scm: Likewise.
* gnu/services/mail.scm: Likewise.
* gnu/services/lirc.scm: Likewise.
* gnu/services/desktop.scm: Likewise.
* gnu/services/dbus.scm: Likewise.
* gnu/services/databases.scm: Likewise.
* gnu/services/base.scm: Likewise.
* gnu/services/avahi.scm: Likewise.
* guix/scripts/system.scm: Likewise.
* tests/services.scm: Likewise.
* tests/guix-system.sh: Likewise.
* doc/guix.texi (Shepherd Services): Adjust accordingly.
* gnu-system.am (GNU_SYSTEM_MODULES): Likewise.
* po/guix/POTFILES.in: Likewise.
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 |