mirror of
https://github.com/rwinkhart/rcw.git
synced 2026-08-27 20:36:30 -04:00
Define socketPath for interactive clients
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//go:build interactive
|
||||
|
||||
package daemon
|
||||
|
||||
var socketPath string // interactive clients are not expected to daemonize
|
||||
@@ -1,4 +1,4 @@
|
||||
//go:build android && termux
|
||||
//go:build android && termux && !interactive
|
||||
|
||||
package daemon
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//go:build !windows && !android && !termux
|
||||
//go:build !windows && !android && !termux && !interactive
|
||||
|
||||
package daemon
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//go:build windows
|
||||
//go:build windows && !interactive
|
||||
|
||||
package daemon
|
||||
|
||||
Reference in New Issue
Block a user