summaryrefslogtreecommitdiff
path: root/simple/1/conf
blob: 59baa2953365c62010e62ad50e3dc459d76f4c40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	module: sf.jail
	configuration: {
		interfaces: {
			eth0 { type: eiface }
			eth1 { type: eiface }
		}
		filesystem: {
			layers: [
				simple/1/root
				/tmp/lamina.machine
				/lab/jail/base/14.1-RELEASE
			]
			devfs: 5
		}
		init: [ echo, custom init command ]
		shutdown: [ echo, custom shutdown command ]
	}
}