Ignore:
Timestamp:
Oct 14, 2008, 3:14:15 AM (16 years ago)
Author:
broder
Message:

Add a dummy console for the console server's conserver in case no VMs
are running

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-console/files/etc/conserver/conserver.cf.sipb-xen

    r672 r1121  
    33        sslrequired yes;
    44}
     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
     10console dummy-console {
     11        master localhost;
     12        type noop;
     13}
     14
    515default * {
    616        type exec;
Note: See TracChangeset for help on using the changeset viewer.