Dear X2Go folks,
while looking into sessions which are still active on the server after
the client was suspended and could not reconnect after resume, I noticed
that /usr/sbin/x2gocleansessions
seems to not properly exit. It is
somehow run in background and does not exit.
$ /usr/sbin/x2gocleansessions --help
$ echo $?
0
$ /usr/sbin/x2gocleansessions --version
$ echo $?
0
They are still listed by ps aux | grep x2go
.
Thanks,
Paul