diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-05 21:59:12 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-05 21:59:12 -0500 |
commit | 245d54a012381fbb5b8e38a18415a67d3911d8ef (patch) | |
tree | be3331cc847f221f51fefae5d6e7a7e38e7eed31 /scripts/hostclass/freebsd_hypervisor | |
parent | 52e82728c1275ec7de57aa5b1dd3b3740fd2b264 (diff) | |
download | infrastructure-245d54a012381fbb5b8e38a18415a67d3911d8ef.tar.gz |
more desktop fixes
Diffstat (limited to 'scripts/hostclass/freebsd_hypervisor')
-rw-r--r-- | scripts/hostclass/freebsd_hypervisor | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/hostclass/freebsd_hypervisor b/scripts/hostclass/freebsd_hypervisor index 24c1da5..cbd9c92 100644 --- a/scripts/hostclass/freebsd_hypervisor +++ b/scripts/hostclass/freebsd_hypervisor @@ -76,6 +76,7 @@ install_template -m 0644 \ /usr/local/etc/vmctl.conf install_template -m 0644 /etc/devfs.rules +service devfs restart # Enable jails/bhyve to start on boot. sysrc -v \ |