mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-16 01:50:26 +08:00
集群可以设置systemd系统服务
This commit is contained in:
7
internal/utils/command.go
Normal file
7
internal/utils/command.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package utils
|
||||
|
||||
// 命令定义
|
||||
type Command struct {
|
||||
Name string
|
||||
Args []string
|
||||
}
|
||||
Reference in New Issue
Block a user