Files
rcw/daemon/1sharedUNIXGeneric.go
T

10 lines
157 B
Go

//go:build !windows
package daemon
import (
"path/filepath"
)
var socketPath = "/tmp/" + filepath.Base(binPath) + "-rcwd.sock" // store UNIX socket path