Define socketPath for interactive clients

This commit is contained in:
2025-05-12 21:57:37 -04:00
parent 4bcff52758
commit 13ae080af2
4 changed files with 8 additions and 3 deletions
+7
View File
@@ -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