[Unit] Description=LiveKit VoiceBot Frontend (Next.js) After=network.target [Service] Type=simple User=root WorkingDirectory=/var/www/html/livekit_frontend/FrontEnd/agent-starter-react/agent-starter-react Environment=NODE_ENV=production Environment=PORT=3000 ExecStart=/usr/bin/npm start Restart=always RestartSec=10 StandardOutput=append:/var/www/html/livekit_frontend/logs/frontend-out.log StandardError=append:/var/www/html/livekit_frontend/logs/frontend-error.log [Install] WantedBy=multi-user.target