Files
rcw/daemon/1sharedUNIXGeneric.go
T

8 lines
152 B
Go

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