summaryrefslogtreecommitdiff
path: root/lorry-controller.conf
blob: 78fa88f46d28247decf0545dbc9f8f594e11e703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
    {
	"type": "lorries",
	"serial": 1,
	"create": "always",
	"destroy": "never",
	"interval": "4H",
	"prefix": "delta",
	"globs": [
	    "active/*.lorry"
	],
	"stagger": true
    }
]