[ui] Add auto-mount on first launch functionality #52
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-09-06 18:54:02 -05:00
parent 35be1a0d03
commit 7f2a9d99dd

View File

@@ -287,6 +287,7 @@ void mgmt_app_config::set_auto_start(bool auto_start) {
cfg.stderr_log = "/tmp/repertory_ui.err";
cfg.stdout_log = "/tmp/repertory_ui.out";
cfg.working_dir = utils::path::absolute(".");
if (utils::generate_launchd_plist(cfg, false)) {
utils::error::handle_info(function_name,
"created auto-start entry|name|repertory");