diff options
Diffstat (limited to 'scripts/hostclass/freebsd_hypervisor')
-rw-r--r-- | scripts/hostclass/freebsd_hypervisor | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/hostclass/freebsd_hypervisor b/scripts/hostclass/freebsd_hypervisor index cbd9c92..4e392e7 100644 --- a/scripts/hostclass/freebsd_hypervisor +++ b/scripts/hostclass/freebsd_hypervisor @@ -81,4 +81,5 @@ service devfs restart # Enable jails/bhyve to start on boot. sysrc -v \ vmctl_enable=YES \ - jail_enable=YES + jail_enable=YES \ + jail_reverse_stop=YES |