fix: the timer was bad
This commit is contained in:
parent
49bf65abe5
commit
208bc220b9
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@
|
||||||
partOf = [ "${cfg.user}_new_users.service" ];
|
partOf = [ "${cfg.user}_new_users.service" ];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
# every 15 min
|
# every 15 min
|
||||||
OnCalendar = "*-*-* *:0/15:00";
|
OnCalendar = "*:0/15";
|
||||||
Unit = "${cfg.user}_update.service";
|
Unit = "${cfg.user}_update.service";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue