mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue