0
0
Fork 0
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:
Someone Serge 2023-12-17 21:43:46 +00:00
parent 8fe8a22578
commit b29d689e3a
No known key found for this signature in database
GPG key ID: 7B0E3B1390D61DA4

View file

@ -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 ];