update ssh-key
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-07-10 15:44:25 +02:00
parent 9d405a6324
commit d4c579c4c8
5 changed files with 10 additions and 9 deletions

View File

@@ -33,6 +33,7 @@ in
Unit.Description = "ssh-cert-dist service for ${path}";
Timer = {
OnCalendar = options.interval;
Persistent = true;
Unit = "${options.name}.service";
};
Install.WantedBy = [ "timers.target" ];