guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: Revert "doc: Symlink daemon start-up files."


From: Leo Famulari
Subject: 01/02: Revert "doc: Symlink daemon start-up files."
Date: Mon, 6 Mar 2017 13:25:59 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit b812da70594f5d40647d156f69be0eb169d6be19
Author: Leo Famulari <address@hidden>
Date:   Sun Mar 5 14:04:34 2017 -0500

    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
---
 doc/guix.texi | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 7c77298..732f431 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -443,8 +443,15 @@ Run the daemon, and set it to automatically start on boot.
 If your host distro uses the systemd init system, this can be achieved
 with these commands:
 
address@hidden Versions of systemd that supported symlinked service files are 
not
address@hidden yet widely deployed, so we should suggest that users copy the 
service
address@hidden files into place.
address@hidden
address@hidden See this thread for more information:
address@hidden 
http://lists.gnu.org/archive/html/guix-devel/2017-01/msg01199.html
+
 @example
-# ln -s ~root/.guix-profile/lib/systemd/system/guix-daemon.service \
+# cp ~root/.guix-profile/lib/systemd/system/guix-daemon.service \
         /etc/systemd/system/
 # systemctl start guix-daemon && systemctl enable guix-daemon
 @end example
@@ -452,8 +459,8 @@ with these commands:
 If your host distro uses the Upstart init system:
 
 @example
-# ln -s ~root/.guix-profile/lib/upstart/system/guix-daemon.conf /etc/init/
 # initctl reload-configuration
+# cp ~root/.guix-profile/lib/upstart/system/guix-daemon.conf /etc/init/
 # start guix-daemon
 @end example
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]