safing-portmaster/service/config.go
2024-09-26 13:51:42 +03:00

8 lines
126 B
Go

package service
import "os/exec"
type ServiceConfig struct {
IsRunningAsService bool
DefaultRestartCommand *exec.Cmd
}