3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Efraim Flashner 2020-10-09 16:45:12 +03:00
parent 49c5a7468a
commit 9c1b8390ba
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

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