feat: run updater every 15 min
This commit is contained in:
parent
ec3064faab
commit
a003fb2b29
1 changed files with 2 additions and 2 deletions
|
@ -222,8 +222,8 @@
|
|||
wantedBy = [ "timers.target" ];
|
||||
partOf = [ "${cfg.user}_new_users.service" ];
|
||||
timerConfig = {
|
||||
# every hour
|
||||
OnCalendar = "*-*-* *:15:00";
|
||||
# every 15 min
|
||||
OnCalendar = "*-*-* *:0/15:00";
|
||||
Unit = "${cfg.user}_update.service";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue