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

Add a dummy console for the host conservers in case no VMs are running

File:
1 edited

Legend:

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

    r1118 r1120  
    22        sslrequired yes;
    33}
     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.
     10console dummy-console {
     11        master localhost;
     12        type noop;
     13}
     14
    415default * {
    516        logfile /var/log/conserver/&.log;
Note: See TracChangeset for help on using the changeset viewer.