mirror of
https://github.com/rwinkhart/rcw.git
synced 2026-08-30 05:46:40 -04:00
Incomplete Windows daemon support
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//go:build windows
|
||||
|
||||
package daemon
|
||||
|
||||
import "path/filepath"
|
||||
|
||||
var socketPath = `\\.\pipe\` + filepath.Base(binPath) + `-rcwd` // store Windows named pipe path
|
||||
Reference in New Issue
Block a user