Removing Windows Server support

This commit is contained in:
Cuong Manh Le
2025-10-09 17:49:21 +07:00
committed by Cuong Manh Le
parent 2e63624f6c
commit f7fb555c89
14 changed files with 13 additions and 363 deletions
+1 -5
View File
@@ -2,11 +2,7 @@ package cli
import "github.com/kardianos/service"
func setDependencies(svc *service.Config) {
if hasLocalDnsServerRunning() {
svc.Dependencies = []string{"DNS"}
}
}
func setDependencies(svc *service.Config) {}
func setWorkingDirectory(svc *service.Config, dir string) {
// WorkingDirectory is not supported on Windows.