github.com/hernad/nomad@v1.6.112/drivers/qemu/driver_fallback.go (about)

     1  // Copyright (c) HashiCorp, Inc.
     2  // SPDX-License-Identifier: MPL-2.0
     3  
     4  //go:build !linux && !darwin && !freebsd && !netbsd && !openbsd
     5  // +build !linux,!darwin,!freebsd,!netbsd,!openbsd
     6  
     7  package qemu
     8  
     9  const (
    10  	// Don't enforce any path limit.
    11  	maxSocketPathLen = 0
    12  )