blob: 1471d6f2b4a2124f7fdccc5a2e2b7a08797e194f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
module: sf.jail
configuration: {
interfaces: {
eth0 { type: eiface }
}
filesystem: {
layers: [
cgit/host/root
/tmp/lamina.cgit
/tmp/lamina.machine
/lab/jail/base/14.1-RELEASE
]
temporary: /tmp/cgit_host
volumes: [
{ source: "/lab/git", target: "/git" }
]
devfs: 0
}
init: [ sh, /etc/rc ]
shutdown: [ sh, /etc/rc.shutdown ]
}
}
|