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

@@ -44,3 +44,7 @@ func runService(name string, isDebug bool, args []string) {
func setupWindowsEventLog() {
// No-op on non-Windows platforms
}
func watchLogFile(end bool) error {
return fmt.Errorf("watching log file is only available on Windows")
}