fix: wire stack restart to TypeScript entrypoint

This commit is contained in:
Eyejoker
2026-03-31 05:25:50 +09:00
parent 648457d717
commit 189c8795a1
3 changed files with 3 additions and 2 deletions

View File

@@ -386,7 +386,7 @@ After=network.target
Type=oneshot
WorkingDirectory=${projectRoot}
${envLines.join('\n')}
ExecStart=/bin/bash ${projectRoot}/scripts/restart-ejclaw-stack.sh --direct
ExecStart=${nodePath} ${projectRoot}/setup/restart-stack.ts --direct
`;
}