summaryrefslogtreecommitdiff
path: root/update.cf
diff options
context:
space:
mode:
Diffstat (limited to 'update.cf')
-rw-r--r--update.cf10
1 files changed, 10 insertions, 0 deletions
diff --git a/update.cf b/update.cf
new file mode 100644
index 0000000..af3bef1
--- /dev/null
+++ b/update.cf
@@ -0,0 +1,10 @@
+body common control
+{
+ any::
+ bundlesequence => {
+ main,
+ };
+ inputs => {
+ "failsafe.cf",
+ };
+}