diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 99cef6fce3c..c5fed97da08 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -43751,6 +43751,33 @@ How often to run the node cleaning job. The default is once per day, at | |||
| 43751 | @end table | 43751 | @end table |
| 43752 | @end deftp | 43752 | @end deftp |
| 43753 | 43753 | ||
| 43754 | @defvar vmware-vmtoolsd-service-type | ||
| 43755 | @command{vmtoolsd} is a daemon from | ||
| 43756 | @url{https://github.com/vmware/open-vm-tools/, the VMWare open-vm-tools | ||
| 43757 | project} which provides for communication between the host and guest | ||
| 43758 | operating system. This service manages and runs that daemon. | ||
| 43759 | |||
| 43760 | It takes a @code{vmware-vmtoolsd-configuration} object. | ||
| 43761 | @end defvar | ||
| 43762 | |||
| 43763 | @deftp {Data Type} vmware-vmtoolsd-configuration | ||
| 43764 | |||
| 43765 | @table @asis | ||
| 43766 | @item @code{pid-file} (default: @code{"/var/run/vmware-vmtoolsd.pid"}) | ||
| 43767 | The @command{vmtoolsd} pid file. | ||
| 43768 | |||
| 43769 | @item @code{requires-xorg?} (default: @code{#f}) | ||
| 43770 | When @code{#t}, the @command{vmtoolsd} requires the xorg-server to be running | ||
| 43771 | before the command is started. This is the case for the @command{vmtoolsd} | ||
| 43772 | command from the @code{vmware-open-vm-tools-gtk} package. | ||
| 43773 | |||
| 43774 | @item @code{vmware-open-vm-tools} (default: @code{vmware-open-vm-tools}) | ||
| 43775 | The @code{vmware-open-vm-tools} package to use for the @command{vmtoolsd} | ||
| 43776 | command. | ||
| 43777 | |||
| 43778 | @end table | ||
| 43779 | @end deftp | ||
| 43780 | |||
| 43754 | @node Version Control Services | 43781 | @node Version Control Services |
| 43755 | @subsection Version Control Services | 43782 | @subsection Version Control Services |
| 43756 | 43783 | ||
