call create_run_dir() at daemon startup
This commit is contained in:
parent
e5ef69ecf7
commit
78bf292343
@ -39,6 +39,8 @@ async fn run() -> Result<(), Error> {
|
||||
|
||||
config::update_self_signed_cert(false)?;
|
||||
|
||||
proxmox_backup::tools::create_run_dir()?;
|
||||
|
||||
proxmox_backup::rrd::create_rrdb_dir()?;
|
||||
proxmox_backup::server::jobstate::create_jobstate_dir()?;
|
||||
proxmox_backup::tape::create_tape_status_dir()?;
|
||||
|
Loading…
Reference in New Issue
Block a user