mirror of
https://github.com/rwinkhart/rcw.git
synced 2026-08-27 20:36:30 -04:00
8 lines
208 B
Go
8 lines
208 B
Go
//go:build android && termux && !interactive
|
|
|
|
package daemon
|
|
|
|
import "path/filepath"
|
|
|
|
var socketPath = "/data/data/com.termux/files/usr/tmp/" + filepath.Base(binPath) + "-rcwd.sock" // store UNIX socket path
|