Fix: update email to explain more about Skynet/Compsoc #34

Merged
silver merged 2 commits from #9_improve_invite_email into main 2023-08-05 18:28:25 +00:00
Showing only changes of commit a003fb2b29 - Show all commits

View file

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