diff --git a/install/authentik-install.sh b/install/authentik-install.sh index a984bc06..bc3df313 100644 --- a/install/authentik-install.sh +++ b/install/authentik-install.sh @@ -178,6 +178,7 @@ sleep 2 cat </etc/systemd/system/authentik-worker.service [Unit] Description = Authentik Worker + [Service] Environment=DJANGO_SETTINGS_MODULE="authentik.root.settings" ExecStart=celery -A authentik.root.celery worker -Ofair --max-tasks-per-child=1 --autoscale 3,1 -E -B -s /tmp/celerybeat-schedule -Q authentik,authentik_scheduled,authentik_events