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'.
This commit is contained in:
Ludovic Courtès 2015-03-11 10:11:19 +01:00
parent 5933549dbd
commit 84399103da
1 changed files with 2 additions and 1 deletions

View File

@ -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