Service working?

Former-commit-id: 7802248085
This commit is contained in:
Owen
2025-07-24 11:06:53 -07:00
parent 25a9b83496
commit 8d72e77d57
3 changed files with 19 additions and 9 deletions

View File

@@ -87,6 +87,13 @@ func main() {
os.Exit(1)
}
return
case "logs":
err := watchLogFile(false)
if err != nil {
fmt.Printf("Failed to watch log file: %v\n", err)
os.Exit(1)
}
return
case "help", "--help", "-h":
fmt.Println("Olm WireGuard VPN Client")
fmt.Println("\nWindows Service Management:")