open-nomad/drivers/qemu/driver_linux.go
2023-04-10 15:36:59 +00:00

13 lines
206 B
Go

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
//go:build linux
// +build linux
package qemu
const (
// https://man7.org/linux/man-pages/man7/unix.7.html
maxSocketPathLen = 108
)