I run an emacs server on a remote server.
emacs --daemon
and I access this server with
ssh user@server -Y 'emacsclient -c &'
everything works fine until I close the client.
SSH session doesn't end,once I kill the SSH session,emacs server process die...
Is there anyway to make emacs server process immortal?
The server is Raspbian on raspberrypi. Emacs:
GNU Emacs 24.5.2
with configure option --with-x-toolkit=lucid
Thanks for your help.