Welcome to mirror list, hosted at ThFree Co, Russian Federation.

panel_other.go « service « web - github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 53295c104c1457a9d76d47d691362c3e8067a828 (plain)
1
2
3
4
5
6
7
//go:build !linux

package service

import "os/exec"

func setDetachedProcess(cmd *exec.Cmd) {}