Systemd working

Former-commit-id: 5f17fa8b0d
This commit is contained in:
Owen
2025-11-26 11:38:16 -05:00
parent a38d1ef8a8
commit 91e44e112e
2 changed files with 109 additions and 12 deletions

View File

@@ -92,10 +92,7 @@ func (d DNSManagerType) String() string {
// to determine the best DNS configurator to use
func DetectDNSManager(interfaceName string) DNSManagerType {
// First check what the file suggests
// fileHint := DetectDNSManagerFromFile()
// TODO: Remove hardcode
fileHint := NetworkManagerManager
fileHint := DetectDNSManagerFromFile()
// Verify the hint with runtime checks
switch fileHint {