The following instructions target Ubuntu 18.04 LTS
- Rename
uwsgi.dist.ini
touwsgi.ini
- Copy
uwsgi.dist.service
to/etc/systemd/system/<API Service Name>.service
- Run:
sudo systemctl start <API Service Name>
sudo systemctl enable <API Service Name>
- Verify service status
sudo systemctl status <API Service Name>