fix: new users now triggers teh correct script

This commit is contained in:
silver 2023-08-05 20:01:23 +01:00
parent 208bc220b9
commit 570c716bea

View file

@ -224,7 +224,7 @@
timerConfig = { timerConfig = {
# every 15 min # every 15 min
OnCalendar = "*:0/15"; OnCalendar = "*:0/15";
Unit = "${cfg.user}_update.service"; Unit = "${cfg.user}_new_users.service";
}; };
}; };