mirror of
https://codeberg.org/scip/jaildk.git
synced 2025-12-17 04:31:02 +01:00
added ci test runner
This commit is contained in:
16
.github/assets/jail.conf
vendored
Normal file
16
.github/assets/jail.conf
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
* {
|
||||
exec.start = "/bin/sh /etc/rc";
|
||||
exec.stop = "/bin/sh /etc/rc.shutdown";
|
||||
allow.raw_sockets = "false";
|
||||
sysvmsg = "new";
|
||||
sysvsem = "new";
|
||||
sysvshm = "new";
|
||||
host.hostname = $name;
|
||||
path = "/jail/run/$name";
|
||||
exec.prestart = "/jail/bin/jaildk install $name start";
|
||||
exec.clean = "true";
|
||||
}
|
||||
|
||||
test {
|
||||
ip4.addr = "172.16.0.1";
|
||||
}
|
||||
Reference in New Issue
Block a user