1
0
Fork 0

Enable banking timer again

This commit is contained in:
Malte Brandy 2021-09-18 11:05:10 +02:00
parent dc97217682
commit c392e159fe
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 = "hourly";
Timer.OnCalendar = "hourly";
Install.WantedBy = [ "timers.target" ];
};
};