aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ideas.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ideas.rst b/doc/ideas.rst
index 9430cb5..02e1d95 100644
--- a/doc/ideas.rst
+++ b/doc/ideas.rst
@@ -21,6 +21,15 @@ Connections
Then DEPLOY* can call that and error out if establishing the next hop
requires LISP- but we only have POSIX-.
+- :DEBIAN-SBCL could SAVE-LISP-AND-DIE and then immediately reinvoke the saved
+ image. That way, we have something that a cronjob can call to re-run the
+ deployment to ensure that all properties remain applied. Need to
+ think about how the property which sets up the cronjob will be specified in
+ consfigs -- does it make sense to allow passing in arbitrary deployments, or
+ do we only allow re-running exactly the same thing? If the former, the
+ saved image will need to take some sort of command line input telling it
+ what arguments to pass to DEPLOY*.
+
Data sources
------------