Hostinfo day 2: Implement the daemon.
[virt-hostinfo.git] / conf / hostinfo.conf.in
1 # Example configuration file for hostinfo daemon.
2 # See also '@sysconfdir@/hostinfo/guests.conf'.
3
4 # IMPORTANT: Please read hostinfo(8) manual page for documentation.
5
6 # This file contains any global configuration required by the
7 # hostinfo daemon.  If you change this file, then you must
8 # restart the hostinfo service (ie. 'service hostinfo restart').
9
10 # Per-guest configuration is stored in a separate file.
11 # To configure what each guest can see, you have to edit
12 # this file, not the current file.
13 guests @sysconfdir@/hostinfo/guests.conf
14
15 # Directory containing sockets which are used to communicate
16 # between the guests and the host.  You probably shouldn't
17 # change this.
18 #sockets @localstatedir@/lib/hostinfo
19
20 # Enable verbose messages sent to the system log files.
21 #verbose 1
22
23 # Don't fork into the background, and send verbose messages
24 # to stderr.  You shouldn't normally enable this unless you
25 # are a developer.
26 #foreground 1
27 #debug 1