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
+1 -3
View File
@@ -2,8 +2,6 @@ package daemon
import (
"os"
"path/filepath"
)
var binPath, _ = os.Executable() // store binary path
var socketPath = "/tmp/" + filepath.Base(binPath) + "-rcwd.sock" // store UNIX socket path
var binPath, _ = os.Executable() // store binary path