[Unit] Description=ZeroClaw on-board Qwen (llama-server) After=network.target [Service] Type=simple User=arduino Environment=LD_LIBRARY_PATH=/home/arduino/llama # -np 1 is mandatory (a bigger slot count makes the tiny model 500 on ctx). ExecStart=/home/arduino/llama/llama-server -m /home/arduino/models/qwen.gguf \ --host 127.0.0.1 --port 8083 -np 1 -c 8192 --jinja --mlock Restart=on-failure RestartSec=5 [Install] WantedBy=multi-user.target