mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
nixos/munge: ask for the optional time-sync.target
This commit is contained in:
parent
8fe8a22578
commit
b29d689e3a
1 changed files with 2 additions and 0 deletions
|
@ -47,9 +47,11 @@ in
|
|||
wantedBy = [ "multi-user.target" ];
|
||||
wants = [
|
||||
"network-online.target"
|
||||
"time-sync.target"
|
||||
];
|
||||
after = [
|
||||
"network-online.target"
|
||||
"time-sync.target"
|
||||
];
|
||||
|
||||
path = [ pkgs.munge pkgs.coreutils ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue