diff options
author | Alex Kost <alezost@gmail.com> | 2015-04-25 22:52:29 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-05-01 21:00:39 +0300 |
commit | 5eca94594d5f0d834d4ca918b894400e3a7f6aa1 (patch) | |
tree | e4416612203405ef71f5fe96431151272b8651c8 /doc | |
parent | bc7d089a9cb5ce843730f863cc03195168a956b9 (diff) | |
download | patches-5eca94594d5f0d834d4ca918b894400e3a7f6aa1.tar patches-5eca94594d5f0d834d4ca918b894400e3a7f6aa1.tar.gz |
services: Add console-keymap service.
* gnu/services/base.scm (console-keymap-service): New procedure.
* doc/guix.texi (Base Services): Document it.
Co-authored-by: 宋文武 <iyzsong@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index dd6af80965..c68e2915d1 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4745,6 +4745,11 @@ passed to @command{guix-daemon}. Run @var{udev}, which populates the @file{/dev} directory dynamically. @end deffn +@deffn {Monadic Procedure} console-keymap-service @var{file} +Return a service to load console keymap from @var{file} using +@command{loadkeys} command. +@end deffn + @node Networking Services @subsubsection Networking Services |