[Unit] Description=ZeroClaw reload-watcher (applies dashboard config edits via loopback reload) After=zeroclaw-daemon.service Wants=zeroclaw-daemon.service [Service] Type=simple User=arduino # Watches config.toml and fires POST /admin/reload (loopback) when a team edits # config from the browser dashboard — so Telegram-enable / allowed_users / the # lockdown flip take effect without a shell. No-root boards: launch instead with # setsid nohup /home/arduino/zeroclaw-reload-watcher.sh >/tmp/zc-reload.log 2>&1