This commit is contained in:
Spitap
2022-11-29 14:53:05 +01:00
parent bd1ddcef21
commit bcdbb4a2ce
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ INSTANCE=%{instance_path}
*/30 * * * * root $PYTHON $INSTANCE/manage.py modo check_mx
# Public API communication
%{minute} %{hours} * * * root $PYTHON $INSTANCE/manage.py communicate_with_public_api
%{minutes} %{hours} * * * root $PYTHON $INSTANCE/manage.py communicate_with_public_api
# Generate DKIM keys (they will belong to the user running this job)
%{opendkim_enabled}* * * * * %{opendkim_user} umask 077 && $PYTHON $INSTANCE/manage.py modo manage_dkim_keys