# /etc/systemd/system/shire-agent-hub.service [Unit] Description=SHiRE Specialist Agent Hub After=network-online.target ollama.service Wants=network-online.target [Service] Type=simple User=ray Group=ray WorkingDirectory=/home/shire3d/ARMOR Environment=SHIRE_ROOT=/home/shire3d/ARMOR Environment=SHIRE_VAULT=/SHiREVault Environment=SHIRE_AGENT_HUB_HOST=127.0.0.1 Environment=SHIRE_AGENT_HUB_PORT=8770 ExecStart=/usr/bin/python3 /home/shire3d/ARMOR/agents/runtime/agent_hub.py Restart=on-failure RestartSec=3 NoNewPrivileges=true PrivateTmp=true [Install] WantedBy=multi-user.target