Control: severity -1 normal Hi,
> > uwsgi is still using an System V service script. After ugprading to systemd > > 260~rc2-1 on Forky, uwsgi became unusable as no systemd unit file > > is provided [1] > > > > # systemctl start uwsgi > > Failed to start uwsgi.service: Unit uwsgi.service not found. > > > > /etc/init.d/uwsgi should be replaced by a proper unit files > > 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 If not, please describe your use case so we can improve the documentation or the systemd (template) units. Thanks, Alex

