diff options
Diffstat (limited to 'main/xen/xendomains.confd')
-rw-r--r-- | main/xen/xendomains.confd | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/main/xen/xendomains.confd b/main/xen/xendomains.confd index 59985ee50b..ef95cbf22a 100644 --- a/main/xen/xendomains.confd +++ b/main/xen/xendomains.confd @@ -8,13 +8,18 @@ AUTODIR=/etc/xen/auto # each to shutdown individually PARALLEL_SHUTDOWN=yes -# When SCREEN="yes", domains in AUTODIR have their consoles connected to a -# screen session named SCREEN_NAME, with output logged to individual files -# named after each domain and written to /var/log/xen-consoles/ . These files -# are rotated (using app-admin/logrotate) every time xendomains is started. +# Whe XENDOMAINS_CONSOLE="tmux", domains in AUTODIR have their consoles +# connected to a tmux session named TMUX_NAME. +#XENDOMAINS_CONSOLE="tmux" -SCREEN="yes" -SCREEN_NAME="xen" +# When XENDOMAINS_CONSOLE="screen", domains in AUTODIR have their consoles +# connected to a screen session named SCREEN_NAME, with output logged to +# individual files named after each domain and written to +# /var/log/xen-consoles/ . These files are rotated (using app-admin/logrotate) +# every time xendomains is started. + +#XENDOMAINS_CONSOLE="screen" +#SCREEN_NAME="xen" # Number of seconds between writes to screen's logfiles. # @@ -22,11 +27,12 @@ SCREEN_NAME="xen" # impact, but higher values mean a greater chance of loosing some output # in the event of a crash. -SCREEN_LOG_INTERVAL="1" +#SCREEN_LOG_INTERVAL="1" # The location where screen stores the connection sockets -SCREENDIR=/tmp/screens/S-root +#SCREENDIR=/tmp/screens/S-root + ## Type: integer ## Default: 5000000 |