Skip to content

Instantly share code, notes, and snippets.

@nileshgr
Created November 28, 2014 16:34
Show Gist options
  • Save nileshgr/3c317d6ee2b9d7c60baa to your computer and use it in GitHub Desktop.
Save nileshgr/3c317d6ee2b9d7c60baa to your computer and use it in GitHub Desktop.
# To specify the start up order of your ezjails, use these lines to
# create a Jail dependency tree. See rcorder(8) for more details.
#
# PROVIDE: standard_ezjail
# REQUIRE:
# BEFORE:
#
export jail_mail_hostname="mail"
export jail_mail_ip="lo2|10.0.0.2/24,re0|<ipv4>,re0|<ipv6>"
export jail_mail_rootdir="/usr/jails/mail"
export jail_mail_exec_start="/bin/sh /etc/rc"
export jail_mail_exec_stop=""
export jail_mail_mount_enable="YES"
export jail_mail_devfs_enable="YES"
export jail_mail_devfs_ruleset="devfsrules_jail"
export jail_mail_procfs_enable="YES"
export jail_mail_fdescfs_enable="YES"
export jail_mail_com_image=""
export jail_mail_imagetype="zfs"
export jail_mail_attachparams=""
export jail_mail_attachblocking=""
export jail_mail_forceblocking=""
export jail_mail_zfs_datasets=""
export jail_mail_cpuset="0,1"
export jail_mail_fib=""
export jail_mail_parentzfs="data/jails"
export jail_mail_parameters="allow.raw_sockets=1 allow.sysvipc=1"
export jail_mail_post_start_script=""
export jail_mail_retention_policy=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment