aboutsummaryrefslogtreecommitdiffstats
path: root/vm/starnix
diff options
context:
space:
mode:
Diffstat (limited to 'vm/starnix')
-rw-r--r--vm/starnix/starnix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/starnix/starnix.go b/vm/starnix/starnix.go
index c3973fee9..feb723bdc 100644
--- a/vm/starnix/starnix.go
+++ b/vm/starnix/starnix.go
@@ -57,7 +57,7 @@ type instance struct {
diagnose chan bool
}
-const targetDir = "/data"
+const targetDir = "/tmp"
func ctor(env *vmimpl.Env) (vmimpl.Pool, error) {
cfg := &Config{}