summaryrefslogtreecommitdiffstats
path: root/main/xen/xendomains.initd
diff options
context:
space:
mode:
Diffstat (limited to 'main/xen/xendomains.initd')
-rw-r--r--[-rwxr-xr-x]main/xen/xendomains.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xen/xendomains.initd b/main/xen/xendomains.initd
index c791e3e58..ce3c0c3b9 100755..100644
--- a/main/xen/xendomains.initd
+++ b/main/xen/xendomains.initd
@@ -29,7 +29,7 @@ using_screen() {
}
set_screen_cmd() {
- export SCREENDIR=/var/run/xen-screens
+ export SCREENDIR=${SCREENDIR:-/tmp/screens/S-root}
checkpath --directory --mode 700 "$SCREENDIR"
screen_cmd="screen -c ${SCREENRC:-/dev/null} -q -r ${SCREEN_NAME:=xen} -X"
}