Add Licensing and Contributing
[candle] / src / main / local / local.lisp
index 8eded5aa4f42eedcb905ea05a04b04dc96ce275d..ce5d5ccba9e5fa63a8a95d6f75ebebc29bf7951a 100644 (file)
@@ -1,3 +1,4 @@
+; Copyright 2022 Frank Duncan (frank@consxy.com) under AGPL3.  See distributed LICENSE.txt.
 (in-package #:candle-local)
 
 (defvar *rsync-exec*)
@@ -27,3 +28,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))))