X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-console.git/blobdiff_plain/0831546bfd6cbfa9ec41f6e82b28d9a84fcf1cec..ea990341e40f67e1998fed6a1e6a8455782db73c:/host/etc/conserver/conserver.cf.invirt?ds=sidebyside diff --git a/host/etc/conserver/conserver.cf.invirt b/host/etc/conserver/conserver.cf.invirt new file mode 100644 index 0000000..1b92380 --- /dev/null +++ b/host/etc/conserver/conserver.cf.invirt @@ -0,0 +1,25 @@ +config * { + sslrequired yes; +} + +# If no consoles are defined, as is the case when the host first boots +# up, conserver will quit. This keeps it running. +# +# Should someone create a VM called dummy-console, their VM will +# shadow over this one. +console dummy-console { + master localhost; + type noop; +} + +default * { + logfile /var/log/conserver/&.log; + timestamp "1lab"; + rw *; + type exec; + exec sudo xm console d_f; + execsubst f=cs; +} + +#include /etc/conserver/invirt-genconfig.cf +#include /etc/conserver/invirt-consoles.cf