New pull request to add a #gunicorn service to #Guix.

Guix user? Run some Python web apps via gunicorn? This might be of interest: https://codeberg.org/guix/guix/pulls/6253

(Most of the work by my friend Arun, I've written the docs and created the PR.)

gnu: services: Add gunicorn-service-type.

* gnu/services/web.scm (gunicorn-configuration, gunicorn-app): New records. (unix-socket?, unix-socket-path, gunicorn-activation, gunicorn-shepherd-services): New procedures. (gunicorn-service-type): New variable. * doc/guix.texi (Web Services): Document the new service. Co-authored-by: Arun Isa...

Codeberg.org

The PR seems to have gone through a first round of reviews, with some useful comments which have now been addressed.

Ready for a second round of reviews and perhaps to be merged, if some good soul is keen to have a look? 🙏 Plsss! 😆

Context: this is to add a #gunicorn service to #Guix.

https://codeberg.org/guix/guix/pulls/6253

gnu: services: Add gunicorn-service-type.

* gnu/services/web.scm (gunicorn-configuration, gunicorn-app): New records. (unix-socket?, unix-socket-path, gunicorn-activation, gunicorn-shepherd-services): New procedures. (gunicorn-service-type): New variable. * doc/guix.texi (Web Services): Document the new service. Co-authored-by: Arun Isa...

Codeberg.org