Files
boc/projects/landvex/20-automation/landvex-aamos-integration@.service
T

13 lines
475 B
Desktop File
Raw Normal View History

[Unit]
Description=Landvex AAMOS Integration — Sync ledger accounts to articles
After=network.target
[Service]
Type=oneshot
User=bernt
WorkingDirectory=/home/bernt/.openclaw/workspace/projects/landvex/20-automation
Environment="PYTHONPATH=/home/bernt/.openclaw/workspace/projects/landvex/20-automation"
ExecStart=/usr/bin/python3 aamos_integration.py
StandardOutput=append:/var/log/landvex/aamos-integration.log
StandardError=append:/var/log/landvex/aamos-integration.log