Forum / NoMachine for Linux / Close or reload player after disconnect or terminate / Reply To: Close or reload player after disconnect or terminate
November 17, 2014 at 13:57
#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