Files
rcw/daemon/1socketPathUNIXGeneric.go
T

8 lines
191 B
Go

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