13 lines
512 B
Desktop File
13 lines
512 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Landvex Artikelproduktion — Johan %i
|
||
|
|
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"
|
||
|
|
ExecStart=/usr/bin/python3 /home/bernt/.openclaw/workspace/projects/landvex/20-automation/kor_agent.py --agent-id johan-%i --cap 2
|
||
|
|
StandardOutput=append:/var/log/landvex/artikel-johan.log
|
||
|
|
StandardError=append:/var/log/landvex/artikel-johan.log
|