mempalace/deploy
Dax Davis 351e62f736
fix(deploy): survive the MCP idle watchdog exit in the systemd unit
The idle watchdog terminates the process with os._exit(0). systemd's
Restart=on-failure does not restart a unit that exits 0, so a server
installed from this template stops for good after the idle timeout
rather than restarting.

Switch the unit to Restart=always and disable the watchdog in the
server env template, since a dedicated always-on server is not the
per-session case the watchdog was added for.
2026-08-09 16:22:27 -05:00
..
docker-compose.server.yml feat(serve): turnkey secure remote MCP server (#1877) (#1900) 2026-06-29 03:28:06 -03:00
mempalace-server.service fix(deploy): survive the MCP idle watchdog exit in the systemd unit 2026-08-09 16:22:27 -05:00
server.env.example fix(deploy): survive the MCP idle watchdog exit in the systemd unit 2026-08-09 16:22:27 -05:00