3x-ui/xray/process_other.go

8 lines
94 B
Go
Raw Normal View History

//go:build !windows
package xray
import "os/exec"
func attachChildLifetime(_ *exec.Cmd) {}