Darwin currently has allocdir support.

Pointed out by: @dadgar
This commit is contained in:
Sean Chittenden 2016-07-11 12:19:17 -07:00
parent 20d87f1782
commit d309649ada
No known key found for this signature in database
GPG key ID: 4EBC9DC16C2E5E16

View file

@ -14,7 +14,8 @@ import (
var (
osMountSharedDirSupport = map[string]bool{
"linux": true,
"darwin": true,
"linux": true,
}
t1 = &structs.Task{