tasks/network-interfaces: Disable network-local-commands service if unnecessary (#338622)

This commit is contained in:
misuzu
2024-12-14 13:17:13 +02:00
committed by GitHub
@@ -1446,6 +1446,7 @@ in
systemd.services = {
network-local-commands = {
enable = (cfg.localCommands != "");
description = "Extra networking commands.";
before = [ "network.target" ];
wantedBy = [ "network.target" ];