- Add infrastructure.md and workflow files to .gitignore to prevent sensitive info leaks - Change blockchain node mempool backend default from memory to database for persistence - Refactor blockchain node logger with StructuredLogFormatter and AuditLogger (consistent with coordinator) - Add structured logging fields: service, module, function, line number - Unify coordinator config with Database
20 lines
370 B
Desktop File
20 lines
370 B
Desktop File
[Unit]
|
|
Description=AITBC GPU Registry Demo
|
|
After=network.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=oib
|
|
Group=oib
|
|
WorkingDirectory=/opt/gpu-miner
|
|
ExecStart=/usr/bin/python3 /opt/gpu-miner/gpu_registry_demo.py
|
|
Restart=always
|
|
RestartSec=10
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
SyslogIdentifier=aitbc-gpu-registry
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|