Manual nits

This commit is contained in:
binwiederhier
2026-01-17 14:48:32 -05:00
parent 6d5cc6aeac
commit dfd12528f3
2 changed files with 5 additions and 11 deletions

View File

@@ -50,8 +50,6 @@ func reloadLogLevel(inputSource altsrc.InputSourceContext) error {
return nil
}
// maybeRunAsService is a no-op on Unix systems.
// Windows service mode is not available on Unix.
func maybeRunAsService(conf *server.Config) (bool, error) {
return false, nil
}