[Unit] Description=ChatGPT Orchestrator MCP and browser executor bridge After=network.target [Service] Type=simple WorkingDirectory=%h/Projects/chatgpt-orchestrator ExecStart=/usr/bin/node %h/Projects/chatgpt-orchestrator/apps/mcp-server/dist/src/http.js Restart=on-failure RestartSec=2 Environment=NODE_ENV=production NoNewPrivileges=true PrivateTmp=true ProtectSystem=strict ProtectHome=read-only ReadWritePaths=%h/.config/chatgpt-orchestrator %h/.local/state/chatgpt-orchestrator [Install] WantedBy=default.target