/** * @author Mikhail Klementev jollheefriseup.net * @license GNU GPLv3 * @date July 2018 * @brief appvm launcher */ package main import ( "fmt" "io" "io/ioutil" "log" "net" "os" "os/exec" "path/filepath" "syscall" "time" "github.com/digitalocean/go-libvirt" "github.com/jollheef/go-system" kingpin "gopkg.in/alecthomas/kingpin.v2" ) var xmlTmpl = ` %s 1048576 1048576 1 hvm %s/kernel %s/initrd loglevel=4 init=%s/init %s destroy restart destroy