exec.clean; exec.system_user = "root"; exec.jail_user = "root"; exec.start += "/bin/sh /etc/rc"; exec.stop = "/bin/sh /etc/rc.shutdown"; exec.consolelog = "/var/log/jail_${name}_console.log"; path = "/jails/${name}"; host.hostname = ${name}; mount.fstab="/etc/fstab.${name}"; php { ip4.addr = "lo1|192.168.0.12"; ip6.addr = "lo1|fd00::12"; mount.devfs; # /dev/random pour ssl } grav { ip4.addr = "lo1|192.168.0.15"; ip6.addr = "lo1|fd00::15"; mount.devfs; # /dev/random pour ssl } forge { ip4.addr = "lo1|192.168.0.25"; ip6.addr = "lo1|fd00::25"; mount.devfs; # /dev/random pour ssl }