Managed to start a VM again
This commit is contained in:
@ -76,6 +76,9 @@ pub struct AppConfig {
|
||||
pub storage: String,
|
||||
|
||||
/// Directory where temporary files are stored
|
||||
///
|
||||
/// Warning! This directory MUST be changed if `/tmp` is not in the same disk as the storage
|
||||
/// directory!
|
||||
#[arg(long, env, default_value = "/tmp")]
|
||||
pub temp_dir: String,
|
||||
|
||||
|
Reference in New Issue
Block a user