Move to BSD dev environment

This commit is contained in:
Charlie Root
2015-06-30 10:21:30 +01:00
parent 2d745e4c5f
commit 183a87dc4f
10 changed files with 121 additions and 38 deletions

View File

@@ -39,12 +39,12 @@ stop_cmd="vm_stop"
load_rc_config $name
vm_start(){
${command} init
${command} startall >/dev/null &
${command} init
${command} startall >/dev/null &
}
vm_stop(){
${command} stopall
${command} stopall
}
run_rc_command "$1"
run_rc_command "$1"