fix(whitby): Make timer unit match the unit it should start
Oversight in the previous CL. Change-Id: I8767322d7d860fc410796f8d63b7a6c38a8ab447 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1545 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
09b3d20031
commit
cc8033f592
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ in lib.fix(self: {
|
|||
};
|
||||
};
|
||||
|
||||
systemd.timers.restic-gerrit = {
|
||||
systemd.timers.restic = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
timerConfig.OnCalendar = "hourly";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue