Service working?

This commit is contained in:
Owen
2025-07-24 11:06:53 -07:00
parent e4c030516b
commit 7802248085
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")
}