13 lines
475 B
Desktop File
13 lines
475 B
Desktop File
|
|
[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
|