[FreeNX-kNX] Disable Suspend
T. Haegele
tim at lanfx.de
Thu Mar 31 14:39:24 UTC 2005
I use a cronjob which terminates Suspended sessions every minute. Its a dirty
hack.
I use it because resuming suspended session doesnt work in 3.0/3.1:
## /home/nxusers: a file with NX usernames
for i in `cat /home/nxusers` ; do nxserver --terminate :`nxserver --history |
grep $i | grep Suspended | awk '{print$1}'` ; done
Am Donnerstag 31 März 2005 02:16 schrieb Jonathan Chen:
> Anyone know how to disable the suspend feature? I thought it was in
> node.conf but that seems not to be the case.
More information about the FreeNX-kNX
mailing list