Files
aitbc/deployment/agent-protocols/aitbc-agent-registry.service
AITBC System f74a208cbc ```
chore(gitignore): add development log file patterns

- Add patterns for .log, .out, and .err files
- Add wget-log and download.log patterns
- Organize under new "Development Logs" section
```
2026-03-08 12:16:01 +01:00

17 lines
318 B
Desktop File

[Unit]
Description=AITBC Agent Registry Service
After=network.target
[Service]
Type=simple
User=aitbc
Group=aitbc
WorkingDirectory=/opt/aitbc/apps/agent-registry/src
Environment=PYTHONPATH=/opt/aitbc
ExecStart=/opt/aitbc/agent-venv/bin/python app.py
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target