Fix openclaw-gateway unit override merge

Remove conflicting systemd unit description override; keep only after/wants deps.
This commit is contained in:
joshp123 2026-02-15 15:03:56 -08:00
parent fda12f98cb
commit d7df4f0e13

View File

@ -723,7 +723,6 @@ in
# Add CLAWDINATOR-specific dependencies to the upstream gateway unit.
systemd.services.clawdinator = {
description = "CLAWDINATOR (Moltbot gateway)";
after =
[ "network.target" ]
++ lib.optional cfg.bootstrap.enable "clawdinator-bootstrap.service"