mirror of
https://github.com/rwinkhart/rcw.git
synced 2026-08-28 04:46:42 -04:00
Incomplete Windows daemon support
This commit is contained in:
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user