mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
doc: Document missing openssh configure option.
* doc/guix.texi (Networking Services): Document configuration option to specify the openssh package for the openssh-service-type.
This commit is contained in:
parent
49c5a7468a
commit
9c1b8390ba
1 changed files with 3 additions and 0 deletions
|
@ -15351,6 +15351,9 @@ example:
|
|||
This is the configuration record for OpenSSH's @command{sshd}.
|
||||
|
||||
@table @asis
|
||||
@item @code{openssh} (default @var{openssh})
|
||||
The Openssh package to use.
|
||||
|
||||
@item @code{pid-file} (default: @code{"/var/run/sshd.pid"})
|
||||
Name of the file where @command{sshd} writes its PID.
|
||||
|
||||
|
|
Loading…
Reference in a new issue