diff options
author | Mark H Weaver <mhw@netris.org> | 2015-02-04 03:39:48 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-02-04 18:20:17 -0500 |
commit | b7d0c494f4c7a74c9bd339226339e23377d7c068 (patch) | |
tree | efbd5906df2c25e4a479d22688fde71f2c563aa5 /doc | |
parent | 10b60c043036fd73bb2dc46a4e8faea6d965e5c4 (diff) | |
download | patches-b7d0c494f4c7a74c9bd339226339e23377d7c068.tar patches-b7d0c494f4c7a74c9bd339226339e23377d7c068.tar.gz |
services: Add wicd service.
* gnu/services/networking.scm (wicd-service): New procedure.
* doc/guix.texi (Networking Services): Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index bd985f956c..ada4050b17 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4453,6 +4453,12 @@ Return a service that starts @var{interface} with address @var{ip}. If gateway. @end deffn +@cindex wicd +@deffn {Monadic Procedure} wicd-service [#:wicd @var{wicd}] +Return a service that runs @url{https://launchpad.net/wicd,Wicd}, a +network manager that aims to simplify wired and wireless networking. +@end deffn + @deffn {Monadic Procedure} ntp-service [#:ntp @var{ntp}] @ [#:name-service @var{%ntp-servers}] Return a service that runs the daemon from @var{ntp}, the |