mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
network-interfaces-scripted: DefaultDependencies is a unitConfig
Ref: 072c1dcc4a
This commit is contained in:
parent
60a9edbbeb
commit
fc0dc65f41
@ -67,9 +67,10 @@ in
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
RemainAfterExit = true;
|
||||
DefaultDependencies = false;
|
||||
};
|
||||
|
||||
unitConfig.DefaultDependencies = false;
|
||||
|
||||
script =
|
||||
''
|
||||
# Set the static DNS configuration, if given.
|
||||
|
Loading…
Reference in New Issue
Block a user