Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #140343 from Artturin/cfdynststartat

cfdyndns: fix startAt by setting it to *:0/5 instead of 5 minutes

authored by Jörg Thalheim and committed by GitHub 0f521887 6a466069

+1 -1
+1 -1
nixos/modules/services/misc/cfdyndns.nix
··· 48 48 description = "CloudFlare Dynamic DNS Client"; 49 49 after = [ "network.target" ]; 50 50 wantedBy = [ "multi-user.target" ]; 51 - startAt = "5 minutes"; 51 + startAt = "*:0/5"; 52 52 serviceConfig = { 53 53 Type = "simple"; 54 54 User = config.ids.uids.cfdyndns;