mirror of
https://github.com/rwinkhart/rcw.git
synced 2026-08-27 20:36:30 -04:00
Define socketPath for interactive clients
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//go:build !windows && !android && !termux && !interactive
|
||||
|
||||
package daemon
|
||||
|
||||
import "path/filepath"
|
||||
|
||||
var socketPath = "/tmp/" + filepath.Base(binPath) + "-rcwd.sock" // store UNIX socket path
|
||||
Reference in New Issue
Block a user