guix-commits
[Top][All Lists]
Advanced

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

01/03: doc: Suggest to use 'lsh-service' with #:initialize? #t.


From: Ludovic Courtès
Subject: 01/03: doc: Suggest to use 'lsh-service' with #:initialize? #t.
Date: Wed, 11 Mar 2015 22:26:03 +0000

civodul pushed a commit to branch master
in repository guix.

commit 84399103da1b94d9557b543df66da7cf9c183875
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 11 10:11:19 2015 +0100

    doc: Suggest to use 'lsh-service' with #:initialize? #t.
    
    Suggested by Tomáš Čech.
    
    * doc/guix.texi (Using the Configuration System): Pass #:initialize? #t
      to 'lsh-service'.
---
 doc/guix.texi |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index bd8091a..b605c5b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3730,7 +3730,8 @@ kernel, initial RAM disk, and boot loader looks like this:
                 (comment "Bob's sister")
                 (home-directory "/home/alice"))))
   (packages (cons emacs %base-packages))
-  (services (cons (lsh-service #:port 2222 #:root-login? #t)
+  (services (cons (lsh-service #:port 2222 #:root-login? #t
+                               #:initialize? #t)
                   %base-services)))
 @end lisp
 



reply via email to

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