network-interfaces-scripted: DefaultDependencies is a unitConfig
Ref: 072c1dcc4a319b80ffd4a41165cebacdbb17275a
This commit is contained in:
parent
60a9edbbeb
commit
fc0dc65f41
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user