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
+9
View File
@@ -0,0 +1,9 @@
//go:build !windows
package daemon
import (
"path/filepath"
)
var socketPath = "/tmp/" + filepath.Base(binPath) + "-rcwd.sock" // store UNIX socket path