Files
hermes-os/deploy/hermes-webapi.service
2026-04-09 21:13:15 -05:00

16 lines
348 B
Desktop File

[Unit]
Description=Hermes WebAPI (FastAPI)
After=network.target
[Service]
Type=simple
WorkingDirectory=/home/hermes/.hermes/hermes-agent
Environment=HERMES_WEBAPI_HOST=0.0.0.0
Environment=HERMES_CORS_ORIGINS=*
ExecStart=/home/hermes/.hermes/hermes-agent/venv/bin/python -m webapi
Restart=on-failure
RestartSec=5
[Install]
WantedBy=default.target