mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
582 B
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