Reply To: Close or reload player after disconnect or terminate

Forum / NoMachine for Linux / Close or reload player after disconnect or terminate / Reply To: Close or reload player after disconnect or terminate

#5485
Tor
Participant

Hi.

This feature will allow to configure the client to never close:

Running NoMachine client in kiosk mode
https://www.nomachine.com/FR02L02809

A quick solution with the current version can be implemented with a script that uses the option suggested by drichard:

#!/bin/bash

while true; do
  /usr/NX/bin/nxplayer --session connection.nxs --exit
done