Hi, > >> It appears that the systemd integration uses [email protected], and > >> not uwsgi.service. > >> > >> Maybe there needs to be an upgrade path. > > > > Is /usr/share/doc/uwsgi-core/README.Debian not enough? > > > # systemctl enable uwsgi-app@<confname>.service > > This service file is meant to be used alongisde the [email protected] > (no [Install] section in the service file)
I'm not sure how an app that is not socket activated would be required but I'll document how to achieve this. > > If not, please describe your use case so we can improve the documentation > > or the systemd (template) units. > > > Well, the first part /usr/share/doc/uwsgi-core/README.Debian can be > dropped :) Well there are Debian or derivatives users not using systemd, so no, not dropping this part. > The rest seems to be a incomplete copy of uWSGI doc [1]. The missing > part being the need for the creation of a specific user DynamicUser=yes does not require the creation of a specific user but will add a note on it. Thanks, Alex

