Files
rcw/daemon/1sharedUNIXGeneric.go
T
2025-05-11 16:41:03 -04:00

8 lines
175 B
Go

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