Add --allow-unconfigured flag to openclaw

This commit is contained in:
ashisgreat22 2026-03-17 21:19:08 +01:00
parent 50b99b008c
commit 2dd8ef2797

View file

@ -96,7 +96,7 @@ in
"${pkgs.bash}/bin/bash -c 'cp -n /etc/openclaw/openclaw.json ${configDir}/ || true'"
];
ExecStart = "${pkgs.nodejs_22}/bin/npx openclaw gateway --port ${toString cfg.port}";
ExecStart = "${pkgs.nodejs_22}/bin/npx openclaw gateway --port ${toString cfg.port} --allow-unconfigured";
Restart = "on-failure";
RestartSec = "10s";