6de2455917
- Added GLOBAL_MARKETS_TITLE to all translation files - Updated footer with 12 markets (4 active + 8 upcoming) - Translated market section to: zh-cn, zh-tw, ja, ko, th, vi, id, ms, hi - Built and deployed to production - CloudFront invalidation: I3RTMXVFDJXWLG3SYX208OP1CC
15 lines
560 B
Desktop File
15 lines
560 B
Desktop File
[Unit]
|
|
Description=Landvex Kontrollintelligens Agent — Incident Analysis
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=bernt
|
|
Group=bernt
|
|
WorkingDirectory=/home/bernt/.openclaw/workspace/projects/landvex/20-automation
|
|
Environment="PYTHONUNBUFFERED=1"
|
|
Environment="ANTHROPIC_API_KEY=%d"
|
|
ExecStart=/usr/bin/python3 /home/bernt/.openclaw/workspace/projects/landvex/20-automation/kontrollintelligens_agent.py --agent-id ki-%i --cap 2
|
|
StandardOutput=append:/var/log/landvex/kontrollintelligens.log
|
|
StandardError=append:/var/log/landvex/kontrollintelligens.log
|