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

5 minutes is invalid for startAt
This commit is contained in:
Artturin 2021-10-03 08:06:37 +03:00
parent bc4e52b697
commit 2e4938eb6a

View file

@ -48,7 +48,7 @@ in
description = "CloudFlare Dynamic DNS Client";
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
startAt = "5 minutes";
startAt = "*:0/5";
serviceConfig = {
Type = "simple";
User = config.ids.uids.cfdyndns;