How to turn on auto bootΒΆ

To enable auto starting of jails at boot time follow these steps:

  • Put the rc.d iocage script into your /usr/local/etc/rc.d/ folder.
  • Add iocage_enable="YES" to the hosts /etc/rc.conf
  • Set the boot property to on for jails you wish to auto-boot iocage set boot=on UUID
  • If you need to specify a boot order you can do it by setting the priority value iocage set priority=20 UUID . Lower value means higher boot priority.

Previous topic

Configuring Network Interfaces

Next topic

Automatic package installation

This Page