Merge pull request #140343 from Artturin/cfdynststartat

cfdyndns: fix startAt by setting it to *:0/5 instead of 5 minutes
This commit is contained in:
Jörg Thalheim 2021-10-03 06:37:27 +01:00 committed by GitHub
commit 0f5218878c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;