mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
nixos/kea: also want network-online.target
This commit is contained in:
parent
7078a1b356
commit
ce602cc0aa
@ -325,6 +325,9 @@ in
|
||||
"network-online.target"
|
||||
"time-sync.target"
|
||||
];
|
||||
wants = [
|
||||
"network-online.target"
|
||||
];
|
||||
wantedBy = [
|
||||
"multi-user.target"
|
||||
];
|
||||
@ -372,6 +375,9 @@ in
|
||||
"network-online.target"
|
||||
"time-sync.target"
|
||||
];
|
||||
wants = [
|
||||
"network-online.target"
|
||||
];
|
||||
wantedBy = [
|
||||
"multi-user.target"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user