github.com/hernad/nomad@v1.6.112/command/agent/host/darwin.go (about)

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  //go:build darwin
     5  // +build darwin
     6  
     7  package host
     8  
     9  func mountedPaths() []string {
    10  	return []string{"/"}
    11  }