|
Last change
on this file since 1535 was
1201,
checked in by price, 17 years ago
|
|
rename invirt-console-server directory too
|
|
File size:
476 bytes
|
| Line | |
|---|
| 1 | # default config for console |
|---|
| 2 | config * { |
|---|
| 3 | sslrequired yes; |
|---|
| 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 | type exec; |
|---|
| 17 | } |
|---|
| 18 | access * { |
|---|
| 19 | trusted 127.0.0.1; |
|---|
| 20 | limited *; |
|---|
| 21 | } |
|---|
| 22 | |
|---|
| 23 | #include /etc/conserver/invirt-hosts.cf |
|---|
Note: See
TracBrowser
for help on using the repository browser.