1
0
Fork 0

Move fetch-banking-time

This commit is contained in:
Malte Brandy 2021-10-14 12:27:19 +02:00
parent ac56e45634
commit 1fb1d4b1e1
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -22,7 +22,7 @@
};
timers.fetch-banking = {
Unit.Description = "Fetch banking";
Timer.OnCalendar = "0/6:00"; # Every 6 hours
Timer.OnCalendar = "2/6:00"; # Every 6 hours from 2:00
Install.WantedBy = [ "timers.target" ];
};
};