[Unit] Description=Hermes Agent Dashboard - Remote Desktop Gateway After=network-online.target Wants=network-online.target [Service] Type=simple ExecStart=/home/rurouni/.hermes/hermes-agent/venv/bin/python -m hermes_cli.main dashboard --port 9119 --host 0.0.0.0 WorkingDirectory=/home/rurouni/.hermes Environment=PATH=/home/rurouni/.hermes/hermes-agent/venv/bin:/usr/bin:/usr/local/bin Environment=HERMES_HOME=/home/rurouni/.hermes EnvironmentFile=%h/.hermes/.env Restart=always RestartSec=10 TimeoutStopSec=210 KillMode=mixed KillSignal=SIGTERM [Install] WantedBy=default.target