blob: 17be694f9b64dda6dc9dbc6e4b573e9a2d08903a (
plain)
1
2
3
4
5
6
7
8
9
10
|
# /etc/conf.d/xenstored
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="-"
|