fix gpu_config & /tmp/lxc.log

This commit is contained in:
Sam Sartor
2025-12-29 22:02:04 -07:00
parent 03d7259d6b
commit 65e0a64c24
2 changed files with 14 additions and 10 deletions

View File

@@ -248,6 +248,10 @@ impl LxcContainer {
.arg("-d")
.arg("--name")
.arg(&*guid)
.arg("-o")
.arg("/tmp/lxc.log")
.arg("-l")
.arg("debug")
.invoke(ErrorKind::Lxc)
.await?;
Ok(Self {