Try to fix log rotation and service args

This commit is contained in:
Owen
2025-10-01 10:30:45 -07:00
parent fa1d2b1f55
commit c5ece2f21f
3 changed files with 128 additions and 13 deletions

View File

@@ -48,3 +48,7 @@ func setupWindowsEventLog() {
func watchLogFile(end bool) error {
return fmt.Errorf("watching log file is only available on Windows")
}
func showServiceConfig() {
fmt.Println("Service configuration is only available on Windows")
}