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:
parent
5933549dbd
commit
84399103da
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue