change duration to an hour
This commit is contained in:
parent
7633797430
commit
fd44d100a2
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
|||
systemd.timers."mirror-update" = {
|
||||
wantedBy = ["timers.target"];
|
||||
timerConfig = {
|
||||
OnBootSec = "5m";
|
||||
OnUnitActiveSec = "5m";
|
||||
OnBootSec = "1h";
|
||||
OnUnitActiveSec = "1h";
|
||||
Unit = "mirror-update.service";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue