X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain%2Flocal%2Flocal.lisp;h=c06bde89459e41e72dfde3b16b1a95a64fe37c72;hb=1f486261df0bbc1d8c10265e4736356934aa1b57;hp=8eded5aa4f42eedcb905ea05a04b04dc96ce275d;hpb=6d4f6ed548e71c00114b5102e725887e379dbc0e;p=candle 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))))