[Unit] Description=Hospital Portal Next.js app After=network.target [Service] Type=simple User=aiworkfllow WorkingDirectory=/home/aiworkfllow/public_html/hospital-portal Environment=NODE_ENV=production Environment=PORT=3001 EnvironmentFile=/home/aiworkfllow/public_html/hospital-portal/.env.production ExecStart=/usr/bin/npm run start -- --hostname 127.0.0.1 --port 3001 Restart=always RestartSec=5 [Install] WantedBy=multi-user.target