github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/drivers/qemu/driver_linux.go (about) 1 //go:build linux 2 // +build linux 3 4 package qemu 5 6 const ( 7 // https://man7.org/linux/man-pages/man7/unix.7.html 8 maxSocketPathLen = 108 9 )