[WIP] Add restart service command for windows

This commit is contained in:
Vladimir Stoilov
2024-09-27 17:07:01 +03:00
parent 61babe2822
commit f0272766c1
5 changed files with 72 additions and 86 deletions

View File

@@ -1,8 +1,3 @@
package service
import "os/exec"
type ServiceConfig struct {
IsRunningAsService bool
DefaultRestartCommand *exec.Cmd
}
type ServiceConfig struct{}