[client] Add systemd netbird logs to debug bundle (#3917)

This commit is contained in:
Viktor Liu
2025-06-05 13:54:15 +02:00
committed by GitHub
parent 55957a1960
commit 84354951d3
4 changed files with 110 additions and 4 deletions

View File

@@ -6,3 +6,9 @@ package debug
func (g *BundleGenerator) addFirewallRules() error {
return nil
}
func (g *BundleGenerator) trySystemdLogFallback() error {
// Systemd is only available on Linux
// TODO: Add BSD support
return nil
}