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'.
1 files changed, 2 insertions(+), 1 deletions(-) M doc/guix.texi
M doc/guix.texi => doc/guix.texi +2 -1
@@ 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