Last change
on this file since 2774 was
2099,
checked in by andersk, 16 years ago
|
Turn off autocompletion of console names.
|
File size:
553 bytes
|
Rev | Line | |
---|
[386] | 1 | config * { |
---|
| 2 | sslrequired yes; |
---|
[2099] | 3 | autocomplete no; |
---|
[386] | 4 | } |
---|
[1120] | 5 | |
---|
| 6 | # If no consoles are defined, as is the case when the host first boots |
---|
| 7 | # up, conserver will quit. This keeps it running. |
---|
| 8 | # |
---|
| 9 | # Should someone create a VM called dummy-console, their VM will |
---|
| 10 | # shadow over this one. |
---|
| 11 | console dummy-console { |
---|
| 12 | master localhost; |
---|
| 13 | type noop; |
---|
| 14 | } |
---|
| 15 | |
---|
[386] | 16 | default * { |
---|
| 17 | logfile /var/log/conserver/&.log; |
---|
| 18 | timestamp "1lab"; |
---|
[708] | 19 | rw *; |
---|
[386] | 20 | type exec; |
---|
[1118] | 21 | exec sudo xm console d_f; |
---|
[386] | 22 | execsubst f=cs; |
---|
| 23 | } |
---|
| 24 | |
---|
[815] | 25 | #include /etc/conserver/invirt-genconfig.cf |
---|
[1187] | 26 | #include /etc/conserver/invirt-consoles.cf |
---|
Note: See
TracBrowser
for help on using the repository browser.