/usr/share/common-lisp/source/daemon/daemon.asd is in cl-daemon 20150608-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | (asdf:defsystem :daemon
:version "0.0.3"
:author "Masatoshi SANO"
:description "Process daemonization for some common lisp."
:licence "MIT"
:components ((:file "daemon"))
:depends-on (#+sbcl :sb-posix))
|