Anterior: , Acima: Home Services   [Conteúdo][Índice]


13.3.16 Miscellaneous Home Services

This section lists Home services that lack a better place.

Dictionary Service

The (gnu home services dict) module provides the following service:

Variável: home-dicod-service-type

This is the type of the service that runs the dicod daemon, an implementation of DICT server (veja Dicod em GNU Dico Manual).

You can add open localhost to your ~/.dico file to make localhost the default server for dico client (veja Initialization File em GNU Dico Manual).

This service is a direct mapping of the dicod-service-type system service (veja Dictionary Service). You can use it like this:

(service home-dicod-service-type)

You may specify a custom configuration by providing a dicod-configuration record, exactly like for dicod-service-type, but wrapping it in for-home:

(service home-dicod-service-type
         (for-home
          (dicod-configuration )))