source: trunk/packages/invirt-console/host/etc/conserver/conserver.cf.invirt @ 1815

Last change on this file since 1815 was 1815, checked in by broder, 15 years ago

Merge invirt-console-server into invirt-console (LP: #305681)

File size: 535 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/invirt-consoles.cf
Note: See TracBrowser for help on using the repository browser.