argos/docs/deployment/systemd.md

582 B

Using systemd

Here are the systemd files that can be used to deploy the server and the agents.

Agent

---
caption: /etc/systemd/system/argos-agent.service
---

Server

---
caption: /etc/systemd/system/argos-server.service
---

Please note that it might be better to use Gunicorn with a Uvicorn worker, as specified in the Uvicorn docs:

gunicorn example:app -w 4 -k uvicorn.workers.UvicornWorker