[Unit] Description=ZeroClaw daemon (gateway + agent runtime) After=network.target zeroclaw-llama.service Wants=zeroclaw-llama.service [Service] Type=simple User=arduino # Use `daemon`, NOT `gateway start`: only the daemon/agent/channel arms register # the peripheral tools (uno_q_flash etc.). `gateway start` on an older build # leaves the agent unable to flash. ExecStart=/home/arduino/zeroclaw daemon Restart=on-failure RestartSec=5 [Install] WantedBy=multi-user.target