Files
memind/deploy/plaza-105/goose-plaza-web.service
T
John 6ee6fd64dd Add MindSpace page live edit, chat skills, and H5 deploy tooling.
Introduce page edit sessions with draft preview and patch API, chat skill picker, user memory profile, h5ApiBase resolution, voice WAV transport, and scripts for 105/g2 deployment and Plaza local dev.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-15 22:09:38 -07:00

21 lines
509 B
Desktop File

[Unit]
Description=Plaza Next.js (plaza.tkmind.cn)
After=network.target goose-h5.service
Wants=goose-h5.service
[Service]
Type=simple
User=root
WorkingDirectory=/root/plaza/web
EnvironmentFile=-/root/plaza/web/.env
Environment=NODE_ENV=production
Environment=PORT=3002
Environment=PLAZA_API_PROXY=http://127.0.0.1:8080
Environment=PLAZA_API_BASE=http://127.0.0.1:8080
ExecStart=/usr/bin/node node_modules/next/dist/bin/next start -p 3002
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target