change duration to an hour

This commit is contained in:
zackartz 2024-05-04 00:03:50 -04:00
parent 7633797430
commit fd44d100a2
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -2,8 +2,8 @@
systemd.timers."mirror-update" = { systemd.timers."mirror-update" = {
wantedBy = ["timers.target"]; wantedBy = ["timers.target"];
timerConfig = { timerConfig = {
OnBootSec = "5m"; OnBootSec = "1h";
OnUnitActiveSec = "5m"; OnUnitActiveSec = "1h";
Unit = "mirror-update.service"; Unit = "mirror-update.service";
}; };
}; };