cl-daemonize
cl-daemonize is a tool to daemonize a Lisp process without the need for screen/detachtty. This is handy for deployment of a web server, for example.

Currently cl-daemonize is SBCL-specific and Linux-only (should work on any POSIX in fact).

Most of the meat in this package comes from restas-daemon [1] which is copyright Andrey Moskvitin and distributed under the LGPL.

Homepage: https://github.com/mishoo/cl-daemonize

system programming