remove plist
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-09-11 08:11:10 -05:00
parent 66c606a28f
commit 8475d04341

View File

@@ -327,7 +327,7 @@ void mgmt_app_config::set_auto_start(bool auto_start) {
function_name, utils::get_last_error_code(), function_name, utils::get_last_error_code(),
"failed to create auto-start entry|name|repertory"); "failed to create auto-start entry|name|repertory");
} }
} else if (utils::remove_launchd_plist(plist_path, label, false)) { } else if (utils::remove_launchd_plist(plist_path, label, true)) {
utils::error::handle_info(function_name, utils::error::handle_info(function_name,
"removed auto-start entry|name|repertory"); "removed auto-start entry|name|repertory");
} else { } else {