Magellan Linux

Annotation of /trunk/xen-tools/xendomains.confd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 615 - (hide annotations) (download)
Sat May 24 10:32:18 2008 UTC (16 years ago) by niro
File size: 904 byte(s)
-initscript files for xen-tools packages

1 niro 615 # /etc/conf.d/xendomains - xendomainshdparm configuration file for rc script
2     # $Header: /root/magellan-cvs/src/xen-tools/xendomains.confd,v 1.1 2008-05-24 10:32:18 niro Exp $
3    
4     # Directory of domains to boot. AUTODIR should contain one or more symlinks
5     # to domain config files in /etc/xen
6     AUTODIR=/etc/xen/auto
7    
8     # When SCREEN="yes", domains in AUTODIR have their consoles connected to a
9     # screen session named SCREEN_NAME, with output logged to individual files
10     # named after each domain and written to /var/log/xen-consoles/ . These files
11     # are rotated (using app-admin/logrotate) every time xendomains is started.
12     SCREEN="yes"
13     SCREEN_NAME="xen"
14    
15     # Number of seconds between writes to screen's logfiles.
16     #
17     # Lower values mean more disk activity and hence a possible performance
18     # impact, but higher values mean a greater chance of loosing some output
19     # in the event of a crash.
20     SCREEN_LOG_INTERVAL="1"