summaryrefslogtreecommitdiff
path: root/lorry-controller.conf
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-01 14:55:32 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-01 14:55:32 +0100
commit0ae0eeef07bc395ae3d6f4a75340e25ed3f42464 (patch)
tree5fce121d67129309d0e1159eb678849398f2f07f /lorry-controller.conf
parent7f27d0811bb15fe5bcd02020ea907a14e30efc10 (diff)
downloadlorries-0ae0eeef07bc395ae3d6f4a75340e25ed3f42464.tar.gz
Lorry controller configuration. Unused for now
Diffstat (limited to 'lorry-controller.conf')
-rw-r--r--lorry-controller.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/lorry-controller.conf b/lorry-controller.conf
new file mode 100644
index 0000000..2696ea9
--- /dev/null
+++ b/lorry-controller.conf
@@ -0,0 +1,13 @@
+[
+ {
+ "type": "lorries",
+ "serial": 1,
+ "create": "always",
+ "destroy": "never",
+ "interval": "4H",
+ "globs": [
+ "active/*.lorry"
+ ],
+ "stagger": true
+ }
+]