theo-agent-dashboard

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

theo-agent-dashboard.service (380B)


      1 [Unit]
      2 Description=Theo Agent Dashboard
      3 After=network.target
      4 
      5 [Service]
      6 Type=simple
      7 User=hermes
      8 WorkingDirectory=/home/hermes/projects/theo-agent-dashboard/backend
      9 ExecStart=/home/hermes/projects/theo-agent-dashboard/backend/.venv/bin/uvicorn app.main:app --host 0.0.0.0 --port 8080
     10 Restart=always
     11 RestartSec=5
     12 Environment=PYTHONUNBUFFERED=1
     13 
     14 [Install]
     15 WantedBy=multi-user.target