tasks/network-interfaces: Disable network-local-commands service if unnecessary (#338622)
This commit is contained in:
@@ -1446,6 +1446,7 @@ in
|
||||
|
||||
systemd.services = {
|
||||
network-local-commands = {
|
||||
enable = (cfg.localCommands != "");
|
||||
description = "Extra networking commands.";
|
||||
before = [ "network.target" ];
|
||||
wantedBy = [ "network.target" ];
|
||||
|
||||
Reference in New Issue
Block a user