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
commit 9c54c30f11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1446,6 +1446,7 @@ in
systemd.services = {
network-local-commands = {
enable = (cfg.localCommands != "");
description = "Extra networking commands.";
before = [ "network.target" ];
wantedBy = [ "network.target" ];