fix: the timer was bad

This commit is contained in:
silver 2023-08-05 19:43:09 +01:00
parent 49bf65abe5
commit 208bc220b9

View file

@ -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";
}; };
}; };