[Unit] Description=AI Rendezvous server After=network.target [Service] Type=simple User=deploy WorkingDirectory=/opt/ai-rendezvous ExecStart=/usr/bin/node packages/server/dist/src/index.js Environment=PORT=3000 Environment=DB_PATH=/opt/ai-rendezvous/data/rendezvous.db # Set to the public URL agents will see in invite links: Environment=BASE_URL=http://localhost:3000 Restart=on-failure RestartSec=3 [Install] WantedBy=multi-user.target