Try to fix log rotation and service args

Former-commit-id: c5ece2f21f
This commit is contained in:
Owen
2025-10-01 10:30:45 -07:00
parent dc9a547950
commit 4c001dc751
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")
}