X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=candle;a=blobdiff_plain;f=src%2Fmain%2Flocal%2Flocal.lisp;fp=src%2Fmain%2Flocal%2Flocal.lisp;h=c06bde89459e41e72dfde3b16b1a95a64fe37c72;hp=8eded5aa4f42eedcb905ea05a04b04dc96ce275d;hb=92a8cc8928e1f5d6aa13708b35cb4551aa736a37;hpb=f0e0d6e5babe32e9c84f0ed224693fe0cfd83d9e diff --git a/src/main/local/local.lisp b/src/main/local/local.lisp index 8eded5a..c06bde8 100644 --- a/src/main/local/local.lisp +++ b/src/main/local/local.lisp @@ -27,3 +27,6 @@ :error out-str :wait t))))) (values (zerop code) out))) + +; NOOP as there is no service that needs to be cleaned up +(defmethod candle:shutdown-system ((job-system (eql :local))))