aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index fd2b099..5b1dbac 100644
--- a/readme.md
+++ b/readme.md
@@ -1,3 +1,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**.