diff options
author | William Pitcock <nenolod@dereferenced.org> | 2014-01-03 13:36:57 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2014-01-03 13:36:57 +0000 |
commit | 930da6aa6b5ceef069a4b881d365ebdc07486833 (patch) | |
tree | 73f6b35d0182efaf66e99ff1611dbbb26d081e82 /main/xen/xenstored.confd | |
parent | 4c825a2884ff2910d84d948141f320bd3fad3b6c (diff) | |
download | aports-930da6aa6b5ceef069a4b881d365ebdc07486833.tar.bz2 aports-930da6aa6b5ceef069a4b881d365ebdc07486833.tar.xz |
Revert "Revert "main/xen: implement experimental support for running the xenstore as a stubdomain""
This reverts commit 4c825a2884ff2910d84d948141f320bd3fad3b6c.
Diffstat (limited to 'main/xen/xenstored.confd')
-rw-r--r-- | main/xen/xenstored.confd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/xen/xenstored.confd b/main/xen/xenstored.confd index 13363b3943..17be694f9b 100644 --- a/main/xen/xenstored.confd +++ b/main/xen/xenstored.confd @@ -3,3 +3,8 @@ XENSTORED_OPTS="" # Uncomment for enabling tracing # XENSTORED_TRACE=yes + +# Uncomment to run the xenstore service as a stubdomain. +# XENSTORED_STUBDOM=yes +# XENSTORED_STUBDOM_MEMORY=256 +# XENSTORED_FLASK_LABEL="-" |