diff --git a/packages/bookwyrm/package.nix b/packages/bookwyrm/package.nix index e64c346..460a6a7 100644 --- a/packages/bookwyrm/package.nix +++ b/packages/bookwyrm/package.nix @@ -113,7 +113,7 @@ mkDerivation { export EMAIL_HOST_PASSWORD="" export SECRET_KEY="\$( ${coreutils-full}/bin/cat /etc/nixos/assets/bookwyrm-secret-key )" # The escape here is required in order to retrieve the key file contents at runtime - ${gunicorn}/bin/gunicorn bookwyrm.wsgi:application --bind=unix:/run/bookwyrm/http-socket + exec ${gunicorn}/bin/gunicorn bookwyrm.wsgi:application --bind=unix:/run/bookwyrm/http-socket EOF chmod +x $out/bin/bookwyrm