Merge pull request #142572 from NixOS/backport-140343-to-release-21.05
This commit is contained in:
commit
c3eedc900f
|
@ -48,7 +48,7 @@ in
|
||||||
description = "CloudFlare Dynamic DNS Client";
|
description = "CloudFlare Dynamic DNS Client";
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
startAt = "5 minutes";
|
startAt = "*:0/5";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
User = config.ids.uids.cfdyndns;
|
User = config.ids.uids.cfdyndns;
|
||||||
|
|
Loading…
Reference in New Issue