fix: new users now triggers teh correct script
This commit is contained in:
parent
208bc220b9
commit
570c716bea
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue