X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-console.git/blobdiff_plain/b8c3fa5712aec5f2076b096969d9bf91631e2b14..7f53b6cbcf5195b38271e6bff3a4a8fcbf3e9edb:/files/etc/conserver/conserver.cf.sipb-xen?ds=sidebyside diff --git a/files/etc/conserver/conserver.cf.sipb-xen b/files/etc/conserver/conserver.cf.sipb-xen index f86e9fb..a1f6403 100644 --- a/files/etc/conserver/conserver.cf.sipb-xen +++ b/files/etc/conserver/conserver.cf.sipb-xen @@ -1,12 +1,23 @@ 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 xm console d_f; + exec sudo xm console d_f; execsubst f=cs; }