Incomplete Windows daemon support

This commit is contained in:
2025-04-05 18:54:27 -04:00
parent 94868f6bad
commit 6d9989b53a
11 changed files with 179 additions and 83 deletions
+7
View File
@@ -0,0 +1,7 @@
//go:build windows
package daemon
import "path/filepath"
var socketPath = `\\.\pipe\` + filepath.Base(binPath) + `-rcwd` // store Windows named pipe path