Switch to using bash traps to destroy bhyve vms.

This commit is contained in:
Tom Alexander
2023-07-14 11:18:38 -04:00
parent fb759470f5
commit cd6d8f3f69
2 changed files with 30 additions and 5 deletions

View File

@@ -16,9 +16,9 @@ load_rc_config $name
: ${poudboot_enable:=YES}
command=/usr/sbin/daemon
command_dendrite=poudboot
pidfile=/var/run/${name}.pid
command_args="-P $pidfile -u root -f -S -T $name poudboot start"
command_args="-p $pidfile -u root -f -S -T $name poudboot start"
export PATH="${PATH}:/usr/local/bin"
run_rc_command "$1"