Fixups to initial Config

This commit is contained in:
Robin Davies
2024-09-07 03:10:10 +01:00
parent b6c3c5440d
commit 3e7ea85106
11 changed files with 111 additions and 72 deletions
+7
View File
@@ -559,6 +559,13 @@ void UninstallP2p()
}
}
if (UsingNetworkManager())
{
// dhcpcd comes up enabled after an install, so stop it always.
sysExec(SYSTEMCTL_BIN " stop dhcpcd");
sysExec(SYSTEMCTL_BIN " disable dhcpcd");
}
::sync();
}