mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fix gpu_config & /tmp/lxc.log
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user