13 lines
534 B
Desktop File
13 lines
534 B
Desktop File
[Unit]
|
|
Description=Export sanitized Hermes ops state for Mission Control
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
Environment=HERMES_HOME=/root/.hermes
|
|
Environment=HERMES_OPS_EXPORT_PATH=/root/.hermes/ops-export.json
|
|
Environment=HERMES_GATEWAY_SERVICE=hermes-gateway.service
|
|
Environment=HERMES_DASHBOARD_SERVICE=hermes-root-dashboard.service
|
|
Environment=HERMES_BACKUP_TIMER=hermes-root-backup.timer
|
|
Environment=HERMES_BACKUP_REPO=/root/repos/bytelyst_hostinger_hermes_vm
|
|
ExecStart=/opt/bytelyst/learning_ai_devops_tools/scripts/hermes-ops-exporter.py
|