cfdyndns: fix startAt by setting it to *:0/5 instead of 5 minutes
5 minutes is invalid for startAt (cherry picked from commit 2e4938eb6a7d594aa3884e903ac40270c5af2258)
This commit is contained in:
parent
b0274abf85
commit
0719766dee
@ -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…
x
Reference in New Issue
Block a user