<div dir="ltr"> I want to deploy a Lisp image which is runnable
with Swank.  This can be done by using the image dump function
provided by lisp implementations.  But how can it run as a daemon?

<p><code>Detachtty</code> does a good job, but when I deploy, detachtty is required
by the user; I don't like this solution, I just want a standalone one.</p>

<p>Restas-daemon and sb-daemon may be another choice, but both are
SBCL-related.  Is there a portable solution, or one just for Clozure
CL?</p>

<p>I tried the <code>daemon</code> library from quicklisp too, but when I started
Swank in it, it hung.  I could see in the proc file system that the
socket file descriptors were destroyed.</p>

<p>Now I have no idea.</p>

<p>Does anyone have something to advise?</p></div>