```
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 ```
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=AITBC Agent Coordinator Service
|
||||
After=network.target aitbc-agent-registry.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=aitbc
|
||||
Group=aitbc
|
||||
WorkingDirectory=/opt/aitbc/apps/agent-services/agent-coordinator/src
|
||||
Environment=PYTHONPATH=/opt/aitbc
|
||||
ExecStart=/opt/aitbc/agent-venv/bin/python coordinator.py
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
16
deployment/agent-protocols/aitbc-agent-coordinator.service
Normal file
16
deployment/agent-protocols/aitbc-agent-coordinator.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=AITBC Agent Coordinator Service
|
||||
After=network.target aitbc-agent-registry.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=aitbc
|
||||
Group=aitbc
|
||||
WorkingDirectory=/opt/aitbc/apps/agent-services/agent-coordinator/src
|
||||
Environment=PYTHONPATH=/opt/aitbc
|
||||
ExecStart=/opt/aitbc/agent-venv/bin/python coordinator.py
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
16
deployment/agent-protocols/aitbc-agent-registry.service
Normal file
16
deployment/agent-protocols/aitbc-agent-registry.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user