Line | |
---|
1 | config * { |
---|
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. |
---|
10 | console dummy-console { |
---|
11 | master localhost; |
---|
12 | type noop; |
---|
13 | } |
---|
14 | |
---|
15 | default * { |
---|
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.