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 ```
17 lines
366 B
Desktop File
17 lines
366 B
Desktop File
[Unit]
|
|
Description=AITBC AI Service
|
|
After=network.target aitbc-agent-registry.service aitbc-agent-coordinator.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=aitbc
|
|
Group=aitbc
|
|
WorkingDirectory=/opt/aitbc/apps/ai-engine/src
|
|
Environment=PYTHONPATH=/opt/aitbc
|
|
ExecStart=/opt/aitbc/ai-venv/bin/python ai_service.py
|
|
Restart=always
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|