feat: faster
This commit is contained in:
parent
664b05d820
commit
88ac767fd2
1 changed files with 2 additions and 1 deletions
|
|
@ -105,7 +105,8 @@ in {
|
||||||
wantedBy = ["timers.target"];
|
wantedBy = ["timers.target"];
|
||||||
after = ["mc-aged.service"];
|
after = ["mc-aged.service"];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnCalendar = "hourly"; # Change this as needed
|
#OnCalendar = "hourly"; # Change this as needed
|
||||||
|
OnCalendar = "*:0/15"; # Every 15 minutes
|
||||||
Persistent = true;
|
Persistent = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue