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@r<confname>.service
This service file is meant to be used alongisde the [email protected]
(no [Install] section in the service file)
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 :)
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
My use case is a searxng instance, using the default conf [2]. Haven't
been able to restart it yet but this is irrelevant.
[1]
https://uwsgi-docs.readthedocs.io/en/latest/Systemd.html#one-service-per-app-in-systemd
[2] https://docs.searxng.org/admin/installation-uwsgi.html