aboutsummaryrefslogtreecommitdiffstats
path: root/main/xen/xendomains.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-24 16:01:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-24 16:01:36 +0000
commit9f0f0d9a0679bffa14141a444612c48f20c7bb64 (patch)
tree8a2acd9a440dd843cdaaac9b0f5ef432e97df7b4 /main/xen/xendomains.confd
parent164c06ca578241499e1c0badeef98ab41569d98b (diff)
downloadaports-9f0f0d9a0679bffa14141a444612c48f20c7bb64.tar.bz2
aports-9f0f0d9a0679bffa14141a444612c48f20c7bb64.tar.xz
main/xen: add tmux support
remove screen from deps. use no console as default
Diffstat (limited to 'main/xen/xendomains.confd')
-rw-r--r--main/xen/xendomains.confd22
1 files changed, 14 insertions, 8 deletions
diff --git a/main/xen/xendomains.confd b/main/xen/xendomains.confd
index 59985ee50..ef95cbf22 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