summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-03-05 14:04:34 -0500
committerLeo Famulari <leo@famulari.name>2017-03-06 13:25:47 -0500
commitb812da70594f5d40647d156f69be0eb169d6be19 (patch)
treeacc60d9da35a7c07aad4d93b9022c0df59c7f6cb
parent5f8ca95eb54d975e1a9acbe2e1abe6813e469810 (diff)
Revert "doc: Symlink daemon start-up files."
This reverts commit b7230de54b493da5a78922b4226255763b525a98. Versions of systemd that supported symlinked service files are not yet widely deployed. See this thread for more information: http://lists.gnu.org/archive/html/guix-devel/2017-01/msg01199.html
-rw-r--r--doc/guix.texi11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 7c7729859bb..732f4312a48 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -443,8 +443,15 @@ Run the daemon, and set it to automatically start on boot.
443If your host distro uses the systemd init system, this can be achieved 443If your host distro uses the systemd init system, this can be achieved
444with these commands: 444with these commands:
445 445
446@c Versions of systemd that supported symlinked service files are not
447@c yet widely deployed, so we should suggest that users copy the service
448@c files into place.
449@c
450@c See this thread for more information:
451@c http://lists.gnu.org/archive/html/guix-devel/2017-01/msg01199.html
452
446@example 453@example
447# ln -s ~root/.guix-profile/lib/systemd/system/guix-daemon.service \ 454# cp ~root/.guix-profile/lib/systemd/system/guix-daemon.service \
448 /etc/systemd/system/ 455 /etc/systemd/system/
449# systemctl start guix-daemon && systemctl enable guix-daemon 456# systemctl start guix-daemon && systemctl enable guix-daemon
450@end example 457@end example
@@ -452,8 +459,8 @@ with these commands:
452If your host distro uses the Upstart init system: 459If your host distro uses the Upstart init system:
453 460
454@example 461@example
455# ln -s ~root/.guix-profile/lib/upstart/system/guix-daemon.conf /etc/init/
456# initctl reload-configuration 462# initctl reload-configuration
463# cp ~root/.guix-profile/lib/upstart/system/guix-daemon.conf /etc/init/
457# start guix-daemon 464# start guix-daemon
458@end example 465@end example
459 466