network-interfaces-scripted: DefaultDependencies is a unitConfig

Ref: 072c1dcc4a319b80ffd4a41165cebacdbb17275a
This commit is contained in:
Joachim Fasting 2016-10-02 14:00:12 +02:00 committed by Alexander Ried
parent 60a9edbbeb
commit fc0dc65f41

View File

@ -67,9 +67,10 @@ in
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
RemainAfterExit = true; RemainAfterExit = true;
DefaultDependencies = false;
}; };
unitConfig.DefaultDependencies = false;
script = script =
'' ''
# Set the static DNS configuration, if given. # Set the static DNS configuration, if given.