aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: 5b1dbac27a47f6fb4fe8274e845b69f9d9fefefe (plain)
1
2
3
4
5
6
7
8
9
# rc.d services for Bhyve VM management

These are some of the services I use to run the VMs in my internal grid under FreeBSD. It offers very basic management and monitoring at the moment.

# Usage

	# service bhyve_vm {start,stop,status}

> When you run `service <srvname>` it usually lists a bunch of default commands implemented in the `rc.subr` script. Except for the three listed above, their behavior is **undefined**.