mirror of
https://github.com/rwinkhart/rcw.git
synced 2026-08-31 06:16:36 -04:00
Set socketPath for Termux
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
package daemon
|
||||
|
||||
import (
|
||||
"path/filepath"
|
||||
)
|
||||
import "path/filepath"
|
||||
|
||||
var socketPath = "/tmp/" + filepath.Base(binPath) + "-rcwd.sock" // store UNIX socket path
|
||||
|
||||
Reference in New Issue
Block a user