pub fn create_run_override_config_dir() -> Result<(), Error>
Expand description
Creates the configuration override dir below /run.
ยงErrors
Returns an error if the directory or one of its parents can not be created.
Refer to create_dir_all
for further information on failure scenarios.