source: trunk/packages/sipb-xen-console-server/files/etc/conserver/conserver.cf.sipb-xen @ 1120

Last change on this file since 1120 was 1120, checked in by broder, 16 years ago

Add a dummy console for the host conservers in case no VMs are running

File size: 537 bytes
Line 
1config * {
2        sslrequired yes;
3}
4
5# If no consoles are defined, as is the case when the host first boots
6# up, conserver will quit. This keeps it running.
7#
8# Should someone create a VM called dummy-console, their VM will
9# shadow over this one.
10console dummy-console {
11        master localhost;
12        type noop;
13}
14
15default * {
16        logfile /var/log/conserver/&.log;
17        timestamp "1lab";
18        rw *;
19        type exec;
20        exec sudo xm console d_f;
21        execsubst f=cs;
22}
23
24#include /etc/conserver/invirt-genconfig.cf
25#include /etc/conserver/sipb-xen-consoles.cf
Note: See TracBrowser for help on using the repository browser.