mirror of
https://github.com/rwinkhart/rcw.git
synced 2026-08-29 21:36:41 -04:00
Incomplete Windows daemon support
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//go:build !windows
|
||||
|
||||
package daemon
|
||||
|
||||
import (
|
||||
"path/filepath"
|
||||
)
|
||||
|
||||
var socketPath = "/tmp/" + filepath.Base(binPath) + "-rcwd.sock" // store UNIX socket path
|
||||
Reference in New Issue
Block a user